ManagedProperty.ExtraProperties property

Gets or sets a description of extra properties associated with this managed property.

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

Syntax

'Declaration
Public Property ExtraProperties As String
    Get
    Set
'Usage
Dim instance As ManagedProperty
Dim value As String

value = instance.ExtraProperties

instance.ExtraProperties = value
public string ExtraProperties { get; set; }

Property value

Type: System.String

Exceptions

Exception Condition
InvalidOperationException

If this object is not backed.

PropertyIsReadOnlyException

If this property is read only.

See also

Reference

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace