PlatformConfiguration.Configuration Property
Gets or sets the configuration for which to build the solution or project.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Декларация
Public Property Configuration As String
Get
Set
public string Configuration { get; set; }
public:
property String^ Configuration {
String^ get ();
void set (String^ value);
}
member Configuration : string with get, set
function get Configuration () : String
function set Configuration (value : String)
Property Value
Type: System.String
The configuration for which to build 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