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