SPRotationStatus.IsHealthy property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsHealthy As Boolean
Get
'Usage
Dim instance As SPRotationStatus
Dim value As Boolean
value = instance.IsHealthy
public bool IsHealthy { get; }
Property value
Type: System.Boolean