Click or drag to resize

Metodo QSConnectionReflectionUtilsGetStaticProperty(Type, String)

Returns a static property from a given type

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

Parametri

type  Type
Type instance for the static property
property  String
Property name as a string

Valore di ritorno

Object
Vedi anche