 | ConnectionParametersModelSourceIsClustered Property |
Gets or sets a value indicating whether [source is clustered].
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
Syntaxpublic bool SourceIsClustered { get; set; }
Public Property SourceIsClustered As Boolean
Get
Set
public:
property bool SourceIsClustered {
bool get ();
void set (bool value);
}
member SourceIsClustered : bool with get, set
Property Value
Type:
Booleantrue if [source is clustered]; otherwise,
false.
See Also