Edit

GitTreeDiffResponse.ContinuationToken Property

Definition

The HTTP client methods find the continuation token header in the response and populate this field.

[Microsoft.VisualStudio.Services.WebApi.ClientResponseHeader("x-ms-continuationtoken")]
public System.Collections.Generic.IEnumerable<string> ContinuationToken { get; set; }
member this.ContinuationToken : seq<string> with get, set
Public Property ContinuationToken As IEnumerable(Of String)

Property Value

Attributes
Microsoft.VisualStudio.Services.WebApi.ClientResponseHeaderAttribute

Applies to