IServiceManagement<TService>.CurrentServiceEndpoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the current endpoint in use by a service.
public:
property System::ServiceModel::Description::ServiceEndpoint ^ CurrentServiceEndpoint { System::ServiceModel::Description::ServiceEndpoint ^ get(); void set(System::ServiceModel::Description::ServiceEndpoint ^ value); };
public System.ServiceModel.Description.ServiceEndpoint CurrentServiceEndpoint { get; set; }
member this.CurrentServiceEndpoint : System.ServiceModel.Description.ServiceEndpoint with get, set
Public Property CurrentServiceEndpoint As ServiceEndpoint
Property Value
The current endpoint in use by a service.