Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.