BuildSettings.PlatformConfigurations Property
Gets or sets the PlatformConfigurationList containing the configurations to build.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Декларация
<BrowsableAttribute(True)> _
Public Property PlatformConfigurations As PlatformConfigurationList
Get
Set
[BrowsableAttribute(true)]
public PlatformConfigurationList PlatformConfigurations { get; set; }
[BrowsableAttribute(true)]
public:
property PlatformConfigurationList^ PlatformConfigurations {
PlatformConfigurationList^ get ();
void set (PlatformConfigurationList^ value);
}
[<BrowsableAttribute(true)>]
member PlatformConfigurations : PlatformConfigurationList with get, set
function get PlatformConfigurations () : PlatformConfigurationList
function set PlatformConfigurations (value : PlatformConfigurationList)
Property Value
Type: Microsoft.TeamFoundation.Build.Workflow.Activities.PlatformConfigurationList
The PlatformConfigurationList containing the configurations to build.
.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