PexSettingsAttributeBase.Categories Property

Definition

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

Applies to