ITokenRequestToken Property
Token is used in a request when there is more data to return. With this pattern, the initial response will contain a value
for NextToken. That value is used in the next request to return the next set of data.
When making the request, a Token value of null or empty string means to return the first set of data.
Namespace: Scopos.BabelFish.RequestsAssembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
string Token { get; set; }
Property Value
String