QuickOPC 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
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Public Shared ReadOnly Property PropertyIds As DAPropertyIdSet
'Usage
 
Dim value As DAPropertyIdSet
 
value = DAItemPropertyRecord.PropertyIds
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[ElementsNotNull()]
[NotNull()]
public static DAPropertyIdSet PropertyIds {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[ElementsNotNull()]
[NotNull()]
public:
static property DAPropertyIdSet^ PropertyIds {
   DAPropertyIdSet^ get();
}
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