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