Share via


ServerInstance.IsClustered Property

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property IsClustered As Boolean
public bool IsClustered { get; set; }
public:
property bool IsClustered {
    bool get ();
    void set (bool value);
}
member IsClustered : bool with get, set
function get IsClustered () : boolean 
function set IsClustered (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ServerInstance Class

Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects Namespace