ProjectCreationContext.IsCancelled Property

Gets a flag that states whether project creation was cancelled.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

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

Property Value

Type: System.Boolean
True if project creation was cancelled; otherwise, false.

.NET Framework Security

See Also

Reference

ProjectCreationContext Class

Microsoft.TeamFoundation.Client Namespace