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
'Декларация
Public Shared ReadOnly Property Default As PlatformConfiguration
Get
public static PlatformConfiguration Default { get; }
public:
static property PlatformConfiguration^ Default {
PlatformConfiguration^ get ();
}
static member Default : PlatformConfiguration
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