 | DtscStatusQueryInputModelReplicationSetName Property |
Gets or sets the name of the replication set.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic string ReplicationSetName { get; set; }
Public Property ReplicationSetName As String
Get
Set
public:
property String^ ReplicationSetName {
String^ get ();
void set (String^ value);
}
member ReplicationSetName : string with get, set
Property Value
Type:
String
The name of the replication set.
See Also