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