|
CredentialsDomain Property
|
This value is the name of the domain.
Namespace:
DoubleTake.Common.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic string Domain { get; set; }
Public Property Domain As String
Get
Set
public:
property String^ Domain {
String^ get ();
void set (String^ value);
}
function get_Domain();
function set_Domain(value);
Property Value
Type:
String
The domain.
See Also