QuickOPC User's Guide and Reference
ServiceFault Property (UABrowseNames)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace.Standard Namespace > UABrowseNames Class : ServiceFault Property
The browse name for the ServiceFault component.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared ReadOnly Property ServiceFault As UAQualifiedName
'Usage
 
Dim value As UAQualifiedName
 
value = UABrowseNames.ServiceFault
[NotNull()]
public static UAQualifiedName ServiceFault {get;}
[NotNull()]
public:
static property UAQualifiedName^ ServiceFault {
   UAQualifiedName^ get();
}
Remarks
The browse name is: ServiceFault
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