QuickOPC User's Guide and Reference
FromDAPropertyIds Method (DAPropertyDescriptor)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess Namespace > DAPropertyDescriptor Class : FromDAPropertyIds Method
Contains an enumerated OPC property identifier.
Converts an enumerated property Id to a DAPropertyDescriptor object.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared Function FromDAPropertyIds( _
   ByVal propertyIds As DAPropertyIds _
) As DAPropertyDescriptor
'Usage
 
Dim propertyIds As DAPropertyIds
Dim value As DAPropertyDescriptor
 
value = DAPropertyDescriptor.FromDAPropertyIds(propertyIds)
[NotNull()]
public static DAPropertyDescriptor FromDAPropertyIds( 
   DAPropertyIds propertyIds
)
[NotNull()]
public:
static DAPropertyDescriptor^ FromDAPropertyIds( 
   DAPropertyIds propertyIds
) 

Parameters

propertyIds
Contains an enumerated OPC property identifier.

Return Value

Returns a DAPropertyDescriptor converted from the input argument.
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

DAPropertyDescriptor Class
DAPropertyDescriptor Members