AnalyticsJobBase.IsDirty property
Gets or sets a Boolean that indicates if the state of the timer job object has changed.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Property IsDirty As Boolean
Get
Set
'Usage
Dim value As Boolean
value = Me.IsDirty
Me.IsDirty = value
protected bool IsDirty { get; set; }
Property value
Type: System.Boolean