'Declaration
<NotNullAttribute()> Property GdsEndpointDescriptor As UAEndpointDescriptor
'Usage
Dim instance As _UAClientServerEngineParameters Dim value As UAEndpointDescriptor instance.GdsEndpointDescriptor = value value = instance.GdsEndpointDescriptor
[NotNull()] UAEndpointDescriptor GdsEndpointDescriptor {get; set;}
[NotNull()] property UAEndpointDescriptor^ GdsEndpointDescriptor { UAEndpointDescriptor^ get(); void set ( UAEndpointDescriptor^ value); }