Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace