|
ApplicationOptionsSourceName 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.2.0.814
Syntaxpublic string SourceName { get; set; }
Public Property SourceName As String
Get
Set
public:
property String^ SourceName {
String^ get ();
void set (String^ value);
}
function get_SourceName();
function set_SourceName(value);
Property Value
Type:
String
See Also