PexClassAttribute.Suite 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 pacote de acessório.
public:
property System::String ^ Suite { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Category("Filters")]
[System.ComponentModel.DefaultValue(null)]
[System.ComponentModel.Description("Test suite of the fixture")]
public string Suite { get; set; }
[<System.ComponentModel.Category("Filters")>]
[<System.ComponentModel.DefaultValue(null)>]
[<System.ComponentModel.Description("Test suite of the fixture")>]
member this.Suite : string with get, set
Public Property Suite As String
Valor da propriedade
O pacote.
- Atributos