OPC Studio User's Guide and Reference
PropertyIds Property



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Extensions Namespace > DAItemPropertyRecord Class : PropertyIds Property
A property set defining which property Ids are contained in this structure.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared ReadOnly Property PropertyIds As DAPropertyIdSet
'Usage
 
Dim value As DAPropertyIdSet
 
value = DAItemPropertyRecord.PropertyIds
[NotNull()]
public static DAPropertyIdSet PropertyIds {get;}
[NotNull()]
public:
static property DAPropertyIdSet^ PropertyIds {
   DAPropertyIdSet^ get();
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

The individual elements of the property value cannot be null (Nothing in Visual Basic).

Remarks

You can use this property set e.g. when obtaining a dictionary of OPC property values.

This is currently equal to DAPropertyIdSet.OpcFoundationSet property set.

Requirements

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

See Also