IEdmDeltaLinkBase.Target Property
The Uri of the related entity, which may be absolute or relative.
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
Uri Target { get; set; }
property Uri^ Target {
Uri^ get();
void set(Uri^ value);
}
abstract Target : Uri with get, set
Property Target As Uri
Property Value
Type: System.Uri
See Also
IEdmDeltaLinkBase Interface
System.Web.OData Namespace
Return to top