Share via


PlatformConfigurationList.Default Property

Gets a list that contains only an empty PlatformConfiguration object.

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

Syntax

'Declaration
Public Shared ReadOnly Property Default As PlatformConfigurationList
public static PlatformConfigurationList Default { get; }
public:
static property PlatformConfigurationList^ Default {
    PlatformConfigurationList^ get ();
}
static member Default : PlatformConfigurationList with get
static function get Default () : PlatformConfigurationList

Property Value

Type: Microsoft.TeamFoundation.Build.Workflow.Activities.PlatformConfigurationList
A list that contains only an empty PlatformConfiguration object.

Remarks

When used in a build this value will cause MSBuild to build the default platform and configuration specified by the solution or project.

.NET Framework Security

See Also

Reference

PlatformConfigurationList Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace