다음을 통해 공유


ClientSettings.UserCulture 속성

 

UserCulture를 가져오거나 설정합니다.

네임스페이스:   Microsoft.Workflow.Client
어셈블리:  Microsoft.Workflow.Client.dll의 Microsoft.Workflow.Client

구문

public string UserCulture {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ UserCulture {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member UserCulture : string with get, set
Public Property UserCulture As String

속성 값

Type: System.String

UserCulture를 나타내는 문자열

참고 항목

ClientSettings 클래스
Microsoft.Workflow.Client 네임스페이스

맨 위로 이동