Share via


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