Metodo QSConnectionReflectionUtilsGetStaticProperty(String, String)
             | 
          
        
        
            Retrieves a value from  a static property by specifying a type full name and property
            
        
        Namespace: QSAdoNetAssembly: QSAdoNet (in QSAdoNet.dll) Versione: 27.4.0
Sintassipublic static Object GetStaticProperty(
	string typeName,
	string property
)
Public Shared Function GetStaticProperty ( 
	typeName As String,
	property As String
) As Object
public:
static Object^ GetStaticProperty(
	String^ typeName, 
	String^ property
)
static member GetStaticProperty : 
        typeName : string * 
        property : string -> Object Parametri
- typeName  String
 - Full type name (namespace.class)
 - property  String
 - Property to get value from
 
Valore di ritorno
Object
Vedi anche