ManagedProperty.ToString method

Returns a string that represents the ManagedProperty 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 ManagedProperty
Dim returnValue As String

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

Return value

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

Remarks

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

See also

Reference

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace