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

Gets the properties used for the foreign key of the association.

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

Syntax

'Declaration
Public ReadOnly Property Properties As ICollection(Of EdmProperty)
    Get
'Usage
Dim instance As ForeignKeyConfiguration 
Dim value As ICollection(Of EdmProperty)

value = instance.Properties
public ICollection<EdmProperty> Properties { get; }
public:
property ICollection<EdmProperty^>^ Properties {
    ICollection<EdmProperty^>^ get ();
}
member Properties : ICollection<EdmProperty>
function get Properties () : ICollection<EdmProperty>

Property Value

Type: System.Collections.Generic.ICollection<EdmProperty>
The properties used for the foreign key of the association.

See Also

Reference

ForeignKeyConfiguration Class

Microsoft.Data.Entity.Design.CodeGeneration Namespace