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.
The name of the relationship property on the parent object.
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
string Relationship { get; set; }
property String^ Relationship {
String^ get();
void set(String^ value);
}
abstract Relationship : string with get, set
Property Relationship As String
Property Value
Type: System.String
See Also
IEdmDeltaLinkBase Interface
System.Web.OData Namespace
Return to top