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