PexSettingsAttributeBase.Categories Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A named parameter that specifies the fixture categories.
public:
property System::String ^ Categories { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Category("Filters")]
[System.ComponentModel.DefaultValue(null)]
[System.ComponentModel.Description("Test category of the fixture")]
public string Categories { get; set; }
[<System.ComponentModel.Category("Filters")>]
[<System.ComponentModel.DefaultValue(null)>]
[<System.ComponentModel.Description("Test category of the fixture")>]
member this.Categories : string with get, set
Public Property Categories As String
Property Value
The categories.
- Attributes