Share via


ODataEntityReferenceLinkSerializationInfo.IsCollectionNavigationProperty Property

true if the navigation property navigates to a collection of entities; false otherwise.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Property IsCollectionNavigationProperty As Boolean 
    Get 
    Set
'Usage
Dim instance As ODataEntityReferenceLinkSerializationInfo 
Dim value As Boolean 

value = instance.IsCollectionNavigationProperty

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

Property Value

Type: System.Boolean

See Also

Reference

ODataEntityReferenceLinkSerializationInfo Class

Microsoft.Data.OData Namespace