TieredManagementGroup.IsAvailableForConnectors Property

 

Applies To: Operations Manager for System Center 2012

Gets a value indicating whether the tier is marked for connectors.

Namespace:   Microsoft.EnterpriseManagement.Tiering
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public bool IsAvailableForConnectors { get; }
public:
property bool IsAvailableForConnectors {
    bool get();
}
member IsAvailableForConnectors : bool with get
Public ReadOnly Property IsAvailableForConnectors As Boolean

Property Value

Type: System.Boolean

Returns a Boolean value that is true if the tier is marked for connectors and false otherwise.

See Also

TieredManagementGroup Class
Microsoft.EnterpriseManagement.Tiering Namespace

Return to top