DocumentParserFileFormat.MimeType property
Obtém ou define o tipo de mime associado ao formato.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property MimeType As String
Get
Set
'Uso
Dim instance As DocumentParserFileFormat
Dim value As String
value = instance.MimeType
instance.MimeType = value
public string MimeType { get; set; }
Property value
Type: System.String
Ver também
Referência
DocumentParserFileFormat class