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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAPoint Class : EndpointDescriptor Property
Gets or sets the OPC endpoint descriptor that is an argument to the operation.
Syntax
'Declaration
 
<DisplayAttribute(AutoGenerateField=True, 
   Order=1001, 
   ShortName="Endpoint Descriptor")>
<NotNullAttribute()>
Public Property EndpointDescriptor As UAEndpointDescriptor
'Usage
 
Dim instance As UAPoint
Dim value As UAEndpointDescriptor
 
instance.EndpointDescriptor = value
 
value = instance.EndpointDescriptor
[Display(AutoGenerateField=true, 
   Order=1001, 
   ShortName="Endpoint Descriptor")]
[NotNull()]
public UAEndpointDescriptor EndpointDescriptor {get; set;}
[Display(AutoGenerateField=true, 
   Order=1001, 
   ShortName="Endpoint Descriptor")]
[NotNull()]
public:
property UAEndpointDescriptor^ EndpointDescriptor {
   UAEndpointDescriptor^ get();
   void set (    UAEndpointDescriptor^ 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