|
FeatureEndpoint Property
|
This value is the endpoint that identifies the location of the service.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic Uri Endpoint { get; set; }
Public Property Endpoint As Uri
Get
Set
public:
property Uri^ Endpoint {
Uri^ get ();
void set (Uri^ value);
}
function get_Endpoint();
function set_Endpoint(value);
Property Value
Type:
Uri
The endpoint that identifies the location of this service.
See Also