QuickOPC User's Guide and Reference
Default Property (UAOpcBinaryDtsParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeModel Namespace > UAOpcBinaryDtsParameters Class : Default Property
Default OPC Binary data type system (OPC UA) parameters.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared Shadows ReadOnly Property Default As UAOpcBinaryDtsParameters
'Usage
 
Dim value As UAOpcBinaryDtsParameters
 
value = UAOpcBinaryDtsParameters.Default
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public new static UAOpcBinaryDtsParameters Default {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
new static property UAOpcBinaryDtsParameters^ Default {
   UAOpcBinaryDtsParameters^ get();
}
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