Share via


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

See Also

Reference

ExtensionCriteriaAttribute Class

Microsoft.Data.Schema.Extensibility Namespace