다음을 통해 공유


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)

속성 값

키 값 쌍의 사전인 상태입니다.

적용 대상