TestSpec.CategoryFilter Property
Gets or sets the category filter.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'宣言
<BrowsableAttribute(True)> _
Public Property CategoryFilter As String
Get
Set
[BrowsableAttribute(true)]
public string CategoryFilter { get; set; }
[BrowsableAttribute(true)]
public:
property String^ CategoryFilter {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(true)>]
member CategoryFilter : string with get, set
function get CategoryFilter () : String
function set CategoryFilter (value : String)
Property Value
Type: System.String
The category filter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace