'Declaration
<NotNullAttribute()> Public Overloads Shared Function GetPropertyType( _ ByVal propertyId As DAPropertyIds, _ ByVal serverClsid As Guid _ ) As Type
'Usage
Dim propertyId As DAPropertyIds Dim serverClsid As Guid Dim value As Type value = DAPropertyId.GetPropertyType(propertyId, serverClsid)
[NotNull()] public static Type GetPropertyType( DAPropertyIds propertyId, Guid serverClsid )
[NotNull()] public: static Type^ GetPropertyType( DAPropertyIds propertyId, Guid serverClsid )
Parameters
- propertyId
- A numerical Id of the property whose type should be determined.
- serverClsid
- The CLSID of the OPC server on which the property resides.
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.