Share via


WorkflowConfigurationSettings.AppSettings 속성

 

워크플로에 사용할 수 있는 설정을 가져옵니다.

네임스페이스:   Microsoft.Activities.Design.Settings
어셈블리:  Microsoft.Activities.Design.dll의 Microsoft.Activities.Design

구문

public IDictionary<string, string> AppSettings { get; }
public:
property IDictionary<String^, String^>^ AppSettings {
    IDictionary<String^, String^>^ get();
}
member AppSettings : IDictionary<string, string> with get
Public ReadOnly Property AppSettings As IDictionary(Of String, String)

속성 값

Type: System.Collections.Generic.IDictionary<String, String>

워크플로에 사용할 수 있는 설정입니다.

참고 항목

WorkflowConfigurationSettings 클래스
Microsoft.Activities.Design.Settings 네임스페이스

맨 위로 이동