PexClassAttribute.Suite 属性

定义

获取或设置装置套件。

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

属性值

String

套件。

属性

适用于