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
声明
Public ReadOnly Property IsPlatformEmptyOrAnyCpu As Boolean
Get
public bool IsPlatformEmptyOrAnyCpu { get; }
public:
property bool IsPlatformEmptyOrAnyCpu {
bool get ();
}
member IsPlatformEmptyOrAnyCpu : bool
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
- 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