QuickOPC User's Guide and Reference
Message Property (UAServiceResult)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAServiceResult Class : Message Property
The message associated with the service result. The component tries to fill it in if no text is provided by the server. Empty if no description is available.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public ReadOnly Property Message As String
'Usage
 
Dim instance As UAServiceResult
Dim value As String
 
value = instance.Message
[DefaultValue("")]
public string Message {get;}
[DefaultValue("")]
public:
property String^ Message {
   String^ 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