BaseCodeGenerator.DefaultExtensionString Property

 

gets the default extension for this generator

Namespace:   Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Syntax

protected abstract string DefaultExtensionString { get; }
protected:
property String^ DefaultExtensionString {
    virtual String^ get() abstract;
}
abstract DefaultExtensionString : string with get
Protected MustOverride ReadOnly Property DefaultExtensionString As String

Property Value

Type: System.String

string with the default extension for this generator

See Also

BaseCodeGenerator Class
Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator Namespace

Return to top