次の方法で共有


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)

プロパティ値

キー値ペアのディクショナリとしての状態。

適用対象