 | FeatureModelEndpoint Property |
Gets or sets the endpoint that identifies the location of this service.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic Uri Endpoint { get; set; }
Public Property Endpoint As Uri
Get
Set
public:
property Uri^ Endpoint {
Uri^ get ();
void set (Uri^ value);
}
member Endpoint : Uri with get, set
Property Value
Type:
Uri
See Also