DocumentParserFileFormat.Name property
Obtém ou define o nome do formato, geralmente o nome do aplicativo que lida com o formato.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property Name As String
Get
Set
'Uso
Dim instance As DocumentParserFileFormat
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; set; }
Property value
Type: System.String
Ver também
Referência
DocumentParserFileFormat class