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.
Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetBuildQualities ( _
    teamProject As String _
) As List(Of String)
[WebMethodAttribute]
public List<string> GetBuildQualities(
    string teamProject
)
[WebMethodAttribute]
public:
List<String^>^ GetBuildQualities(
    String^ teamProject
)
[<WebMethodAttribute>]
member GetBuildQualities : 
        teamProject:string -> List<string> 
public function GetBuildQualities(
    teamProject : String
) : List<String>
Parameters
- teamProject
 Type: System.String
Return Value
Type: System.Collections.Generic.List<String>
.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.