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