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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Connectivity Namespace > DAItemPointReadArguments Class : Vtq Property
Gets or sets a OpcLabs.EasyOpc.DataAccess.DAVtq (value, timestamp and quality).
Syntax
'Declaration
 
<ArgumentDirectionsAttribute(ArgumentDirections.Output)>
<NotNullAttribute()>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<DisplayAttribute(AutoGenerateField=False, 
   Order=2904, 
   ShortName="Value/Timestamp/Quality")>
Public Shadows Property Vtq As DAVtq
'Usage
 
Dim instance As DAItemPointReadArguments
Dim value As DAVtq
 
instance.Vtq = value
 
value = instance.Vtq
[ArgumentDirections(ArgumentDirections.Output)]
[NotNull()]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[Display(AutoGenerateField=false, 
   Order=2904, 
   ShortName="Value/Timestamp/Quality")]
public new DAVtq Vtq {get; set;}
[ArgumentDirections(ArgumentDirections.Output)]
[NotNull()]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[Display(AutoGenerateField=false, 
   Order=2904, 
   ShortName="Value/Timestamp/Quality")]
public:
new 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