BotState.CachedBotState.State 属性

定义

获取或设置键值对字典形式的状态。

public System.Collections.Generic.IDictionary<string,object> State { get; set; }
member this.State : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property State As IDictionary(Of String, Object)

属性值

状态作为键值对的字典。

适用于