MSTest.Category Property

Gets or sets the category by which to filter tests.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property Category As InArgument(Of String)
[BrowsableAttribute(true)]
public InArgument<string> Category { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<String^>^ Category {
    InArgument<String^>^ get ();
    void set (InArgument<String^>^ value);
}
[<BrowsableAttribute(true)>]
member Category : InArgument<string> with get, set
function get Category () : InArgument<String>
function set Category (value : InArgument<String>)

Property Value

Type: System.Activities.InArgument<String>
The category by which to filter tests.

.NET Framework Security

See Also

Reference

MSTest Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace