SettableTokenList sealed class SettableTokenList : TokenList, ISettableTokenList, ITokenList, IEnumerable<string>, IEnumerable A list of tokens that can be modified. Documentation Code public string Value { get; set; }