Metodo QSConnectionReflectionUtilsGetStaticProperty(Type, String)
|
Returns a static property from a given type
Namespace: QSAdoNetAssembly: QSAdoNet (in QSAdoNet.dll) Versione: 27.1.0
Sintassi public static Object GetStaticProperty(
Type type,
string property
)
Public Shared Function GetStaticProperty (
type As Type,
property As String
) As Object
public:
static Object^ GetStaticProperty(
Type^ type,
String^ property
)
static member GetStaticProperty :
type : Type *
property : string -> Object
Parametri
- type Type
- Type instance for the static property
- property String
- Property name as a string
Valore di ritorno
ObjectVedi anche