Share via


IFieldDescription.AllowsMultiple Property

Definition

Are multiple matches allowed.

public bool AllowsMultiple { get; }
member this.AllowsMultiple : bool
Public ReadOnly Property AllowsMultiple As Boolean

Property Value

True if more than one value is allowed.

Remarks

This is true is you have a list of enumerated values.

Applies to