QuickOPC User's Guide and Reference
EndpointDescriptor Property (UAInvalidReferenceException)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAInvalidReferenceException Class : EndpointDescriptor Property
The OPC UA endpoint descriptor related to the exception.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DefaultValueAttribute("")>
Public Property EndpointDescriptor As UAEndpointDescriptor
'Usage
 
Dim instance As UAInvalidReferenceException
Dim value As UAEndpointDescriptor
 
instance.EndpointDescriptor = value
 
value = instance.EndpointDescriptor
[CanBeNull()]
[DefaultValue("")]
public UAEndpointDescriptor EndpointDescriptor {get; set;}
[CanBeNull()]
[DefaultValue("")]
public:
property UAEndpointDescriptor^ EndpointDescriptor {
   UAEndpointDescriptor^ get();
   void set (    UAEndpointDescriptor^ value);
}
Remarks

This property can be null if the relation cannot be established.

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