Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the quality to filter by.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
string BuildQuality { get; set; }
property String^ BuildQuality {
String^ get();
void set(String^ value);
}
abstract BuildQuality : string with get, set
Property BuildQuality As String
Property Value
Type: System.String
A string that contains the quality to filter by, or null for all build qualities.
See Also
IBuildFilter Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top