Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AttributeUsageAttribute.AllowMultiple Property

Definition

Namespace:
System
Assemblies:
mscorlib.dll, System.Runtime.dll
Assemblies:
netstandard.dll, System.Runtime.dll
Assembly:
System.Runtime.dll
Assembly:
mscorlib.dll
Assembly:
netstandard.dll
Source:
AttributeUsageAttribute.cs
Source:
AttributeUsageAttribute.cs
Source:
AttributeUsageAttribute.cs
Source:
AttributeUsageAttribute.cs
Source:
AttributeUsageAttribute.cs

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.

Gets or sets a Boolean value indicating whether more than one instance of the indicated attribute can be specified for a single program element.

public:
 property bool AllowMultiple { bool get(); void set(bool value); };
public bool AllowMultiple { get; set; }
member this.AllowMultiple : bool with get, set
Public Property AllowMultiple As Boolean

Property Value

true if more than one instance is allowed to be specified; otherwise, false. The default is false.

Remarks

An attribute that can be specified more than once for a program element is called a multi-use attribute. An attribute that can be specified only once is called a single-use attribute.

Applies to

See also


Feedback

Was this page helpful?