PlatformConfiguration.IsPlatformEmptyOrAnyCpu Property

Gets a flag describing whether the Platform property is set to “Any CPU” or empty.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public ReadOnly Property IsPlatformEmptyOrAnyCpu As Boolean
public bool IsPlatformEmptyOrAnyCpu { get; }
public:
property bool IsPlatformEmptyOrAnyCpu {
    bool get ();
}
member IsPlatformEmptyOrAnyCpu : bool with get
function get IsPlatformEmptyOrAnyCpu () : boolean

Property Value

Type: System.Boolean
True if the Platform property is set to “Any CPU” or empty; otherwise, false.

.NET Framework Security

See Also

Reference

PlatformConfiguration Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace