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)

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

WorkItem Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace