IEntityDesignerLayerData.LayerName 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.]

The name of this extensibility layer.

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

Syntax

'Declaration
<DefaultValueAttribute(Nothing)> _
ReadOnly Property LayerName As String 
    Get
'Usage
Dim instance As IEntityDesignerLayerData 
Dim value As String 

value = instance.LayerName
[DefaultValueAttribute(null)]
string LayerName { get; }
[DefaultValueAttribute(nullptr)]
property String^ LayerName {
    String^ get ();
}
[<DefaultValueAttribute(null)>]
abstract LayerName : string
function get LayerName () : String

Property Value

Type: System.String
Returns String.

See Also

Reference

IEntityDesignerLayerData Interface

Microsoft.Data.Entity.Design.Extensibility Namespace