ISearchEnumerator.IsNull Property
Gets whether the enumerator is a null reference (Nothing in Visual Basic).
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
Returns Boolean.
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace