DocumentSetVersionField.IsFieldFound Property
Gets or sets a value that indicates that the field is present in the DocumentSetVersion object.
Namespace: Microsoft.Office.DocumentManagement.DocumentSets
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public Property IsFieldFound As Boolean
Get
Set
'Usage
Dim instance As DocumentSetVersionField
Dim value As Boolean
value = instance.IsFieldFound
instance.IsFieldFound = value
public bool IsFieldFound { get; set; }
Property Value
Type: System.Boolean
true if the field is present; otherwise, false.
See Also
Reference
DocumentSetVersionField Structure