SPDiagnosticsCondition.IsExpired property
Gets a Boolean value that indicates whether this condition is expired.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsExpired As Boolean
Get
'Usage
Dim instance As SPDiagnosticsCondition
Dim value As Boolean
value = instance.IsExpired
public bool IsExpired { get; }
Property value
Type: System.Boolean