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.
Remarks
For more information about managed properties with multiple values, see Managing Metadata.