OPC Studio User's Guide and Reference
BasicSetNoVtq Property



OpcLabs.EasyOpcClassicCore 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
 
<NotNullAttribute()>
Public Shared ReadOnly Property BasicSetNoVtq As DAPropertyIdSet
'Usage
 
Dim value As DAPropertyIdSet
 
value = DAPropertyIdSet.BasicSetNoVtq
[NotNull()]
public static DAPropertyIdSet BasicSetNoVtq {get;}
[NotNull()]
public:
static property DAPropertyIdSet^ BasicSetNoVtq {
   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

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