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 Uri of the entity from which the relationship is defined, which may be absolute or relative.
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
Uri Source { get; set; }
property Uri^ Source {
Uri^ get();
void set(Uri^ value);
}
abstract Source : Uri with get, set
Property Source As Uri
Property Value
Type: System.Uri
See Also
IEdmDeltaLinkBase Interface
System.Web.OData Namespace
Return to top