QuickOPC User's Guide and Reference
GetPropertyType(DAPropertyIds) Method



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess Namespace > DAPropertyId Class > GetPropertyType Method : GetPropertyType(DAPropertyIds) Method
A numerical Id of the property whose type should be determined.
Determines a type of an OPC property given by its property Id.
Syntax
'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.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

DAPropertyId Class
DAPropertyId Members
Overload List