DocumentParserFileFormat.BuiltIn property
Gets or sets a value indicating whether the file format is system built-in or defined by the user.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property BuiltIn As Boolean
Get
Set
'Usage
Dim instance As DocumentParserFileFormat
Dim value As Boolean
value = instance.BuiltIn
instance.BuiltIn = value
public bool BuiltIn { get; set; }
Property value
Type: System.Boolean
See also
Reference
DocumentParserFileFormat class