|
DNSOptionsAlternateTrustees Property
|
This value is the source server trustee, which overrides the default trustees of "NT AUTHORITY\SYSTEM" and the source computer account (for clustered environments).
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.3.0.0
Syntaxpublic string[] AlternateTrustees { get; set; }
Public Property AlternateTrustees As String()
Get
Set
public:
property array<String^>^ AlternateTrustees {
array<String^>^ get ();
void set (array<String^>^ value);
}
function get_AlternateTrustees();
function set_AlternateTrustees(value);
Property Value
Type:
String
The source server trustees.
See Also