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

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

Property Value

Type: System.String

A string that indicates the platform for the build.

See Also

IBuildConfiguration Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top