Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
EdmDeltaDeletedLink Class
System.Web.OData Namespace
Return to top