This documentation is archived and is not being maintained.

IConfigurationSummary::Platform Property

Gets or sets the platform of this configuration.

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

property String^ Platform {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The platform of this configuration.

Show: