AttributeUsageAttribute.AllowMultiple Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a Boolean value indicating whether more than one instance of the indicated attribute can be specified for a single program element.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleantrue if more than one instance is allowed to be specified; otherwise, false. The default is false.
Show: