 | DTHVPersistedStateModelSourceEndpoint Property |
Gets or sets the source endpoint.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
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