IEntityDesignerConversionData.FileExtension Property

 

This API supports the Entity Framework infrastructure and is not intended to be used directly from your code.

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

Syntax

string FileExtension { get; }
property String^ FileExtension {
    String^ get();
}
abstract FileExtension : string with get
ReadOnly Property FileExtension As String

Property Value

Type: System.String

See Also

IEntityDesignerConversionData Interface
Microsoft.Data.Entity.Design.Extensibility Namespace

Return to top