 | DTHVPersistedStateModelSourceEndpoint Property |
Gets or sets the source endpoint.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic string SourceEndpoint { get; set; }
Public Property SourceEndpoint As String
Get
Set
public:
property String^ SourceEndpoint {
String^ get ();
void set (String^ value);
}
member SourceEndpoint : string with get, set
Property Value
Type:
String
The source endpoint.
See Also