Share via


AllowMultiple Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Property AllowMultiple As Boolean
public bool AllowMultiple { get; set; }
public:
property bool AllowMultiple {
    bool get ();
    void set (bool value);
}
member AllowMultiple : bool with get, set
function get AllowMultiple () : boolean
function set AllowMultiple (value : boolean)

Property Value

Type: System. . :: . .Boolean
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.

.NET Framework Security

See Also

Reference

AttributeUsageAttribute Class

System Namespace