Click or drag to resize

Metodo QSConnectionReflectionUtilsGetStaticProperty(String, String)

Retrieves a value from a static property by specifying a type full name and property

Namespace: QSAdoNet
Assembly: QSAdoNet (in QSAdoNet.dll) Versione: 27.1.0
Sintassi
public static Object GetStaticProperty(
	string typeName,
	string property
)

Parametri

typeName  String
Full type name (namespace.class)
property  String
Property to get value from

Valore di ritorno

Object
Vedi anche