QuickOPC User's Guide and Reference
ExtensionSet Property



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Extensions Namespace > DAPropertyIdSet Class : ExtensionSet Property
Recommended properties related to the Item Value.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Public Shared ReadOnly Property ExtensionSet As DAPropertyIdSet
'Usage
 
Dim value As DAPropertyIdSet
 
value = DAPropertyIdSet.ExtensionSet
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[ElementsNotNull()]
[NotNull()]
public static DAPropertyIdSet ExtensionSet {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[ElementsNotNull()]
[NotNull()]
public:
static property DAPropertyIdSet^ ExtensionSet {
   DAPropertyIdSet^ get();
}
Remarks

Contains following property Ids:

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