PlatformConfiguration.Default Property

Gets 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 PlatformConfiguration
public static PlatformConfiguration Default { get; }
public:
static property PlatformConfiguration^ Default {
    PlatformConfiguration^ get ();
}
static member Default : PlatformConfiguration with get
static function get Default () : PlatformConfiguration

Property Value

Type: Microsoft.TeamFoundation.Build.Workflow.Activities.PlatformConfiguration
An empty PlatformConfiguration object.

Remarks

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

.NET Framework Security

See Also

Reference

PlatformConfiguration Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace