'Declaration
Public Property GdsEndpointDescriptor As UAEndpointDescriptor
'Usage
Dim instance As UAClientServerEngineParameters Dim value As UAEndpointDescriptor instance.GdsEndpointDescriptor = value value = instance.GdsEndpointDescriptor
public UAEndpointDescriptor GdsEndpointDescriptor {get; set;}
public: property UAEndpointDescriptor^ GdsEndpointDescriptor { UAEndpointDescriptor^ get(); void set ( UAEndpointDescriptor^ value); }