|
DNSOptionsSourceServerName Property |
This value is the name of the source server.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string SourceServerName { get; set; }
Public Property SourceServerName As String
Get
Set
public:
property String^ SourceServerName {
String^ get ();
void set (String^ value);
}
function get_SourceServerName();
function set_SourceServerName(value);
Property Value
Type:
String
The name of the source server.
See Also