Share via


ODataDeltaSerializationInfo.NavigationSourceName Property

 

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

Syntax

public string NavigationSourceName { get; set; }
public:
property String^ NavigationSourceName {
    String^ get();
    void set(String^ value);
}
member NavigationSourceName : string with get, set
Public Property NavigationSourceName As String

Property Value

Type: System.String

See Also

ODataDeltaSerializationInfo Class
Microsoft.OData.Core Namespace

Return to top