DocumentSetVersionItem.IsItemFound Property

Gets and sets a value that indicates whether the current DocumentSetVersionItem object is found.

Namespace:  Microsoft.Office.DocumentManagement.DocumentSets
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public Property IsItemFound As Boolean
    Get
    Set
'Usage
Dim instance As DocumentSetVersionItem
Dim value As Boolean

value = instance.IsItemFound

instance.IsItemFound = value
public bool IsItemFound { get; set; }

Property Value

Type: System.Boolean
true if the item is found; otherwise, false.

See Also

Reference

DocumentSetVersionItem Structure

DocumentSetVersionItem Members

Microsoft.Office.DocumentManagement.DocumentSets Namespace