This documentation is archived and is not being maintained.

WorkItemCheckedInfo::Checked Property

Gets or sets the checked state of the work item.

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

public:
property bool Checked {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
True if the work item is checked. False if the work item is not checked.

Show: