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

Unique name specifying the layer (a logical collection of extensions)

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

Syntax

'Declaration
Public ReadOnly Property LayerName As String 
    Get
'Usage
Dim instance As EntityDesignerLayerAttribute 
Dim value As String 

value = instance.LayerName
public string LayerName { get; }
public:
property String^ LayerName {
    String^ get ();
}
member LayerName : string
function get LayerName () : String

Property Value

Type: System.String

See Also

Reference

EntityDesignerLayerAttribute Class

Microsoft.Data.Entity.Design.Extensibility Namespace