IEntityDesignerLayer.Properties 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.]

Core property extensions that are automatically subscribed to this feature.

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

Syntax

'Declaration
ReadOnly Property Properties As IList(Of IEntityDesignerExtendedProperty)
    Get
'Usage
Dim instance As IEntityDesignerLayer 
Dim value As IList(Of IEntityDesignerExtendedProperty)

value = instance.Properties
IList<IEntityDesignerExtendedProperty> Properties { get; }
property IList<IEntityDesignerExtendedProperty^>^ Properties {
    IList<IEntityDesignerExtendedProperty^>^ get ();
}
abstract Properties : IList<IEntityDesignerExtendedProperty>
function get Properties () : IList<IEntityDesignerExtendedProperty>

Property Value

Type: System.Collections.Generic.IList<IEntityDesignerExtendedProperty>
Returns IList<T>.

See Also

Reference

IEntityDesignerLayer Interface

Microsoft.Data.Entity.Design.Extensibility Namespace