DocumentParserFileFormat.Enabled property
Obtém ou define um valor indicando se a análise do formato de arquivo está habilitada.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property Enabled As Boolean
Get
Set
'Uso
Dim instance As DocumentParserFileFormat
Dim value As Boolean
value = instance.Enabled
instance.Enabled = value
public bool Enabled { get; set; }
Property value
Type: System.Boolean
Ver também
Referência
DocumentParserFileFormat class