CrawledProperty.ToString method

Returns a string that represents the CrawledProperty object.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As CrawledProperty
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Return value

Type: System.String
A string that represents the object instance.

Remarks

The ToString method of the CrawledProperty class returns the string "CrawledProperty".

See also

Reference

CrawledProperty class

CrawledProperty members

Microsoft.Office.Server.Search.Administration namespace