Share via


ExtensionCriteriaAttribute.DefaultExtension Property

Gets or sets the default extension.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property DefaultExtension As Type
public Type DefaultExtension { get; set; }
public:
property Type^ DefaultExtension {
    Type^ get ();
    void set (Type^ value);
}
member DefaultExtension : Type with get, set
function get DefaultExtension () : Type
function set DefaultExtension (value : Type)

Property Value

Type: System.Type

Remarks

If defined as default, and if no other extensions are loaded for the extensibility point, this extension will be added as the default value for the extensibility point.

.NET Framework Security

See Also

Reference

ExtensionCriteriaAttribute Class

Microsoft.Data.Schema.Extensibility Namespace