QuickOPC User's Guide and Reference
BasicSet Property



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Extensions Namespace > DAPropertyIdSet Class : BasicSet Property
Set of basic properties defined by the OPC Foundation. Includes dynamic (Value/Timestamp/Quality) properties.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Public Shared ReadOnly Property BasicSet As DAPropertyIdSet
'Usage
 
Dim value As DAPropertyIdSet
 
value = DAPropertyIdSet.BasicSet
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[ElementsNotNull()]
[NotNull()]
public static DAPropertyIdSet BasicSet {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[ElementsNotNull()]
[NotNull()]
public:
static property DAPropertyIdSet^ BasicSet {
   DAPropertyIdSet^ get();
}
Remarks

This is a union of BasicSetNoVtq and VtqSet property sets.

ID Set 1:
"ID Set 1 - OPC Specific Properties - This includes information directly related to the OPC Server for the system."

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

DAPropertyIdSet Class
DAPropertyIdSet Members