'Declaration
<NotNullAttribute()> Public Overloads Shared Function GetPropertyType( _ ByVal propertyId As DAPropertyIds _ ) As Type
'Usage
Dim propertyId As DAPropertyIds Dim value As Type value = DAPropertyId.GetPropertyType(propertyId)
[NotNull()] public static Type GetPropertyType( DAPropertyIds propertyId )
[NotNull()] public: static Type^ GetPropertyType( DAPropertyIds propertyId )
Parameters
- propertyId
- A numerical Id of the property whose type should be determined.
Return Value
A type of the OPC property. If the property type cannot be determined, the property is assumed to be of System.Object type.