EdmDeltaLink.Relationship Property
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public string Relationship { get; set; }
public:
property String^ Relationship {
virtual String^ get() sealed;
virtual void set(String^ value) sealed;
}
abstract Relationship : string with get, set
override Relationship : string with get, set
Public Property Relationship As String
Property Value
Type: System.String
Implements
IEdmDeltaLinkBase.Relationship
See Also
EdmDeltaLink Class
System.Web.OData Namespace
Return to top