Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieves the build qualities that exist for the target team project. The user must have the [GenericRead] permission on the target team project in order to view the build qualities.
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.StringThe target team project.
Return Value
Type: System.Collections.Generic.List<String>
The build qualities that exist for the team project that is specified.
.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.