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".