CrawledProperty.ToString method
Retorna um string que representa o objeto CrawledProperty .
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Overrides Function ToString As String
'Uso
Dim instance As CrawledProperty
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Valor retornado
Type: System.String
Uma seqüência de caracteres que representa a instância do objeto.
Comentários
O método ToString da classe CrawledProperty retorna a seqüência de caracteres "CrawledProperty".