Share via


EdmNavigationPropertyInfo.DependentProperties Property

Gets or sets the dependent properties of the association this navigation property expresses.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Property DependentProperties As IEnumerable(Of IEdmStructuralProperty)
    Get 
    Set
'Usage
Dim instance As EdmNavigationPropertyInfo 
Dim value As IEnumerable(Of IEdmStructuralProperty)

value = instance.DependentProperties

instance.DependentProperties = value
public IEnumerable<IEdmStructuralProperty> DependentProperties { get; set; }
public:
property IEnumerable<IEdmStructuralProperty^>^ DependentProperties {
    IEnumerable<IEdmStructuralProperty^>^ get ();
    void set (IEnumerable<IEdmStructuralProperty^>^ value);
}
member DependentProperties : IEnumerable<IEdmStructuralProperty> with get, set
function get DependentProperties () : IEnumerable<IEdmStructuralProperty>
function set DependentProperties (value : IEnumerable<IEdmStructuralProperty>)

Property Value

Type: System.Collections.Generic.IEnumerable<IEdmStructuralProperty>
The dependent properties of the association this navigation property expresses.

See Also

Reference

EdmNavigationPropertyInfo Class

Microsoft.Data.Edm.Library Namespace