PlatformConfiguration.IsPlatformEmpty Property

Gets a flag describing whether the Platform property is not set.

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

Syntax

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

Property Value

Type: System.Boolean
True if the Platform property is not set; otherwise, false.

.NET Framework Security

See Also

Reference

PlatformConfiguration Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace