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
- 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.