QuickOPC User's Guide and Reference
Vtq Property (_DAItemVtqArguments)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.OperationModel.ComTypes Namespace > _DAItemVtqArguments Interface : Vtq Property
Gets or sets a OpcLabs.EasyOpc.DataAccess.DAVtq (value, timestamp and quality) that is an argument to the operation.
Syntax
'Declaration
 
<NotNullAttribute()>
Property Vtq As DAVtq
'Usage
 
Dim instance As _DAItemVtqArguments
Dim value As DAVtq
 
instance.Vtq = value
 
value = instance.Vtq
[NotNull()]
DAVtq Vtq {get; set;}
[NotNull()]
property DAVtq^ Vtq {
   DAVtq^ get();
   void set (    DAVtq^ value);
}
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