ODataEntityReferenceLinksSerializationInfo.NavigationPropertyName Property

The name of the navigation property to write the entity reference links for.

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

Syntax

'Declaration
Public Property NavigationPropertyName As String 
    Get 
    Set
'Usage
Dim instance As ODataEntityReferenceLinksSerializationInfo 
Dim value As String 

value = instance.NavigationPropertyName

instance.NavigationPropertyName = value
public string NavigationPropertyName { get; set; }
public:
property String^ NavigationPropertyName {
    String^ get ();
    void set (String^ value);
}
member NavigationPropertyName : string with get, set
function get NavigationPropertyName () : String 
function set NavigationPropertyName (value : String)

Property Value

Type: System.String

See Also

Reference

ODataEntityReferenceLinksSerializationInfo Class

Microsoft.Data.OData Namespace