This documentation is archived and is not being maintained.

WorkItem.IsOpen Property

Gets a flag that describes whether this work item is currently open for edit.

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

'Declaration
Public ReadOnly Property IsOpen As Boolean

Property Value

Type: System.Boolean
True if this work item is open for edit; otherwise, false.

Show: