Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.SharePoint.Search.Extended.Administration.Store Namespace