'Declaration
<NotNullAttribute()> Function GetPropertyType( _ ByVal serverClsidString As String _ ) As Type
'Usage
Dim instance As _DAPropertyId Dim serverClsidString As String Dim value As Type value = instance.GetPropertyType(serverClsidString)
[NotNull()] Type GetPropertyType( string serverClsidString )
[NotNull()] Type^ GetPropertyType( String^ serverClsidString )
Parameters
- serverClsidString
- The CLSID of the OPC server on which the property resides. This is used for properties that are server-specific. For standard properties, the method does not use this parameter and it can be passed in as a
null
reference.
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.