BuildSettings.PlatformConfigurations Property

Gets or sets the PlatformConfigurationList containing the configurations to build.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property PlatformConfigurations As PlatformConfigurationList
[BrowsableAttribute(true)]
public PlatformConfigurationList PlatformConfigurations { get; set; }
[BrowsableAttribute(true)]
public:
property PlatformConfigurationList^ PlatformConfigurations {
    PlatformConfigurationList^ get ();
    void set (PlatformConfigurationList^ value);
}
[<BrowsableAttribute(true)>]
member PlatformConfigurations : PlatformConfigurationList with get, set
function get PlatformConfigurations () : PlatformConfigurationList 
function set PlatformConfigurations (value : PlatformConfigurationList)

Property Value

Type: Microsoft.TeamFoundation.Build.Workflow.Activities.PlatformConfigurationList
The PlatformConfigurationList containing the configurations to build.

.NET Framework Security

See Also

Reference

BuildSettings Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace