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
- 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.