Share via


PersistedDictionary.IsDirty Method

Indicates whether the dictionary is dirty.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Store
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Function IsDirty As Boolean
'Usage
Dim instance As PersistedDictionary
Dim returnValue As Boolean

returnValue = instance.IsDirty()
bool IsDirty()

Return Value

Type: System.Boolean
[False] if and only if no change has been made to the store entries.

Remarks

The flag is set to dirty upon any change to the store entries.

See Also

Reference

PersistedDictionary Interface

PersistedDictionary Members

Microsoft.SharePoint.Search.Extended.Administration.Store Namespace