PlatformConfiguration.IsConfigurationEmpty Property

Gets a flag describing whether the Configuration 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 IsConfigurationEmpty As Boolean
public bool IsConfigurationEmpty { get; }
public:
property bool IsConfigurationEmpty {
    bool get ();
}
member IsConfigurationEmpty : bool with get
function get IsConfigurationEmpty () : boolean

Property Value

Type: System.Boolean
True if the Configuration property is not set.

.NET Framework Security

See Also

Reference

PlatformConfiguration Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace