SPDiagnosticsCondition.IsExpired property
取得 Boolean 值,指出是否已到期的這個條件。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property IsExpired As Boolean
Get
'用途
Dim instance As SPDiagnosticsCondition
Dim value As Boolean
value = instance.IsExpired
public bool IsExpired { get; }
Property value
Type: System.Boolean