Share via


Category.MultipleValues property

Gets or sets if multiple values should be supported for managed properties created automatically based on this category.

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

Syntax

'Declaration
Public Property MultipleValues As Boolean
    Get
    Set
'Usage
Dim instance As Category
Dim value As Boolean

value = instance.MultipleValues

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

Property value

Type: System.Boolean

Exceptions

Exception Condition
InvalidOperationException

If this object is not backed.

See also

Reference

Category class

Category members

Microsoft.Office.Server.Search.Administration namespace