WorkItem.IsPartialOpen Property

Gets a flag that describes whether the work item is partially opened.

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

Syntax

'宣言
Public ReadOnly Property IsPartialOpen As Boolean
    Get
public bool IsPartialOpen { get; }
public:
property bool IsPartialOpen {
    bool get ();
}
member IsPartialOpen : bool
function get IsPartialOpen () : boolean

Property Value

Type: System.Boolean
True if the work item is partially open; otherwise, false.

Remarks

The IsPartialOpen property indicates that the work item is open and has minimum interaction with the server. See the PartialOpen method for more information.

.NET Framework Security

See Also

Reference

WorkItem Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace