Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the navigation property being expanded.
Namespace: System.Web.OData.Formatter.Serialization
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public IEdmNavigationProperty NavigationProperty {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property IEdmNavigationProperty^ NavigationProperty {
[CompilerGeneratedAttribute]
IEdmNavigationProperty^ get();
[CompilerGeneratedAttribute]
void set(IEdmNavigationProperty^ value);
}
member NavigationProperty : IEdmNavigationProperty with get, set
Public Property NavigationProperty As IEdmNavigationProperty
Property Value
Type: Microsoft.OData.Edm.IEdmNavigationProperty
See Also
ODataSerializerContext Class
System.Web.OData.Formatter.Serialization Namespace
Return to top