'Declaration
<NotNullAttribute()> Public Overloads Function GetPropertyType() As Type
'Usage
Dim instance As DAPropertyId Dim value As Type value = instance.GetPropertyType()
[NotNull()] public Type GetPropertyType()
[NotNull()] public: Type^ GetPropertyType();
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.