ManagedProperty.HasMultipleValues property

Gets a Boolean value indicating whether a managed property contains multiple values.

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

Syntax

'Declaration
Public Property HasMultipleValues As Boolean
    Get
    Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean

value = instance.HasMultipleValues

instance.HasMultipleValues = value
public bool HasMultipleValues { get; set; }

Property value

Type: System.Boolean
true if the managed property contains multiple values; otherwise, false.

See also

Reference

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace