Compartir a través de


ClientSettings.UserCulture (Propiedad)

 

Obtiene o establece UserCulture.

Espacio de nombres:   Microsoft.Workflow.Client
Ensamblado:  Microsoft.Workflow.Client (en Microsoft.Workflow.Client.dll)

Sintaxis

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

Valor de propiedad

Type: System.String

Cadena que representa UserCulture

Vea también

ClientSettings (Clase)
Microsoft.Workflow.Client (Espacio de nombres)

Volver al principio