|
ApplicationOptionsSourceDomain Property |
This value is the source server's primary domain.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string SourceDomain { get; set; }
Public Property SourceDomain As String
Get
Set
public:
property String^ SourceDomain {
String^ get ();
void set (String^ value);
}
function get_SourceDomain();
function set_SourceDomain(value);
Property Value
Type:
String
See Also