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.
Gets the raw $deltatoken query value from the incoming request Uri if exists.
Namespace:   System.Web.OData.Query
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public string DeltaToken {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    internal set;
}
public:
property String^ DeltaToken {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    internal: void set(String^ value);
}
member DeltaToken : string with get, internal set
Public Property DeltaToken As String
    Get
    Friend Set
End Property
Property Value
Type: System.String
See Also
ODataRawQueryOptions Class
System.Web.OData.Query Namespace
Return to top