ExtensionCriteriaAttribute.AllowMultipleExtensions Property
Gets or sets a value that indicates whether these extension criteria allow multiple extensions to be loaded for these criteria.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property AllowMultipleExtensions As Boolean
public bool AllowMultipleExtensions { get; set; }
public:
property bool AllowMultipleExtensions {
bool get ();
void set (bool value);
}
member AllowMultipleExtensions : bool with get, set
function get AllowMultipleExtensions () : boolean
function set AllowMultipleExtensions (value : boolean)
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.