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.1.0
Sintassi public 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
ObjectVedi anche