IFieldDescription.AllowsMultiple Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.