IEntityDesignerConversionData.FileExtension Property

[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]

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

'Declaration
ReadOnly Property FileExtension As String 
    Get
'Usage
Dim instance As IEntityDesignerConversionData 
Dim value As String 

value = instance.FileExtension
string FileExtension { get; }
property String^ FileExtension {
    String^ get ();
}
abstract FileExtension : string
function get FileExtension () : String

Property Value

Type: System.String

See Also

Reference

IEntityDesignerConversionData Interface

Microsoft.Data.Entity.Design.Extensibility Namespace