QuickOPC User's Guide and Reference
StatusCode Property (UAAttributePointWriteArguments)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePointWriteArguments Class : StatusCode Property
The status code associated with the value.
Syntax
'Declaration
 
<ArgumentDirectionsAttribute(ArgumentDirections.Input)>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shadows Property StatusCode As UAStatusCode
'Usage
 
Dim instance As UAAttributePointWriteArguments
Dim value As UAStatusCode
 
instance.StatusCode = value
 
value = instance.StatusCode
[ArgumentDirections(ArgumentDirections.Input)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public new UAStatusCode StatusCode {get; set;}
[ArgumentDirections(ArgumentDirections.Input)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
new property UAStatusCode^ StatusCode {
   UAStatusCode^ get();
   void set (    UAStatusCode^ 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