ODataFeed.DeltaLink Property

URI representing the delta link.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Property DeltaLink As Uri 
    Get 
    Set
'Usage
Dim instance As ODataFeed 
Dim value As Uri 

value = instance.DeltaLink

instance.DeltaLink = value
public Uri DeltaLink { get; set; }
public:
property Uri^ DeltaLink {
    Uri^ get ();
    void set (Uri^ value);
}
member DeltaLink : Uri with get, set
function get DeltaLink () : Uri 
function set DeltaLink (value : Uri)

Property Value

Type: System.Uri

See Also

Reference

ODataFeed Class

Microsoft.Data.OData Namespace