Compartilhar via


ManagedProperty.ExtraProperties property

Obtém ou define uma descrição das propriedades adicionais associados com esta propriedade gerenciada.

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

Syntax

'Declaração
Public Property ExtraProperties As String
    Get
    Set
'Uso
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

Se este objeto não é feito.

PropertyIsReadOnlyException

Se esta propriedade é somente leitura.

Ver também

Referência

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace