Share via


NavigationPropertyConfiguration.ContainsTarget Property

 

Gets whether this navigation property is a containment, default to false.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public bool ContainsTarget {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property bool ContainsTarget {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    private: void set(bool value);
}
member ContainsTarget : bool with get, private set
Public Property ContainsTarget As Boolean
    Get
    Private Set
End Property

Property Value

Type: System.Boolean

See Also

NavigationPropertyConfiguration Class
System.Web.OData.Builder Namespace

Return to top