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.
Represents the build outputs for a specific platform and flavor against a specific build.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public interface IBuildConfiguration : IIdentifiable<int>
public interface class IBuildConfiguration : IIdentifiable<int>
type IBuildConfiguration =
interface
interface IIdentifiable<int>
end
Public Interface IBuildConfiguration
Inherits IIdentifiable(Of Integer)
Properties
Name | Description | |
---|---|---|
![]() |
BuildFlavor | Gets the flavor of the build. |
![]() |
BuildPlatform | Gets the platform for the build. |
![]() |
BuildUri | Gets the uniform resource identifier (URI) for the completed build. |
![]() |
Id | Gets the identifier.(Inherited from IIdentifiable<TKey>.) |
![]() |
TeamProjectName | Gets the name of the project to which the build belongs. |
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top