'Declaration
<NotNullAttribute()> Property ServiceProviderEndpointDescriptor As EndpointDescriptor
'Usage
Dim instance As _EasyDAClientManagement Dim value As EndpointDescriptor instance.ServiceProviderEndpointDescriptor = value value = instance.ServiceProviderEndpointDescriptor
[NotNull()] EndpointDescriptor ServiceProviderEndpointDescriptor {get; set;}
[NotNull()] property EndpointDescriptor^ ServiceProviderEndpointDescriptor { EndpointDescriptor^ get(); void set ( EndpointDescriptor^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).