QuickOPC User's Guide and Reference
BasicSetNoVtq Property



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

Contains following property Ids:

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