Share via


EdmNavigationPropertyInfo.ContainsTarget Property

Gets or sets a value indicating whether the navigation target is contained inside the navigation source.

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

Syntax

'Declaration
Public Property ContainsTarget As Boolean 
    Get 
    Set
'Usage
Dim instance As EdmNavigationPropertyInfo 
Dim value As Boolean 

value = instance.ContainsTarget

instance.ContainsTarget = value
public bool ContainsTarget { get; set; }
public:
property bool ContainsTarget {
    bool get ();
    void set (bool value);
}
member ContainsTarget : bool with get, set
function get ContainsTarget () : boolean 
function set ContainsTarget (value : boolean)

Property Value

Type: System.Boolean
true if the navigation target is contained inside the navigation source; otherwise, false.

See Also

Reference

EdmNavigationPropertyInfo Class

Microsoft.Data.Edm.Library Namespace