Share via


EntityDesignerLayerAttribute.LayerName Property

 

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

public string LayerName { get; }
public:
property String^ LayerName {
    String^ get();
}
member LayerName : string with get
Public ReadOnly Property LayerName As String

Property Value

Type: System.String

See Also

EntityDesignerLayerAttribute Class
Microsoft.Data.Entity.Design.Extensibility Namespace

Return to top