Partager via


IAvailabilityProvider.IsAvailable Property

 

Gets a value that determines if the object is available.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel.Internal
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

bool IsAvailable { get; }
property bool IsAvailable {
    bool get();
}
ReadOnly Property IsAvailable As Boolean

Property Value

Type: System.Boolean

true if the object is available; otherwise, false.

See Also

IAvailabilityProvider Interface
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Internal Namespace

Return to top