PexAssemblySettingsAttribute.TestLanguage Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o idioma do teste.
public:
property System::String ^ TestLanguage { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Category("Tests")]
[System.ComponentModel.DefaultValue(null)]
public string TestLanguage { get; set; }
[<System.ComponentModel.Category("Tests")>]
[<System.ComponentModel.DefaultValue(null)>]
member this.TestLanguage : string with get, set
Public Property TestLanguage As String
Valor da propriedade
O idioma do teste.
- Atributos