Bridge

AttributeUsageAttribute..::..AllowMultiple Property

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:  Bridge (in Bridge.dll)

Syntax


public bool AllowMultiple { get; set; }
Public Property AllowMultiple As Boolean
	Get
	Set
public:
property bool^ AllowMultiple {
	bool^ get ();
	void set (bool^ value);
}

Return Value

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