This documentation is archived and is not being maintained.

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)

public:
property bool IsPartialOpen {
	bool get ();
}

Property Value

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

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

Show: