Share via


IBuildConfiguration.BuildPlatform Property

Gets the platform for the build.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
ReadOnly Property BuildPlatform As String
string BuildPlatform { get; }
property String^ BuildPlatform {
    String^ get ();
}
abstract BuildPlatform : string with get
function get BuildPlatform () : String

Property Value

Type: String
A string that indicates the platform for the build.

.NET Framework Security

See Also

Reference

IBuildConfiguration Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace