다음을 통해 공유


SubmitAction.Parameters 속성

정의

Dictionary<TKey,TValue>형식의 작업 매개 변수를 가져오거나 설정합니다.

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

속성 값

이 값은 작업의 매개 변수입니다.

적용 대상