ISearchEnumerator.IsNull property

Gets a Boolean value that indicates if the enumerator is null .

Namespace:  Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
ReadOnly Property IsNull As Boolean
    Get
'Usage
Dim instance As ISearchEnumerator
Dim value As Boolean

value = instance.IsNull
bool IsNull { get; }

Property value

Type: System.Boolean

See also

Reference

ISearchEnumerator interface

ISearchEnumerator members

Microsoft.Office.RecordsManagement.SearchAndProcess namespace