Share via


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)

Syntax

'Declaration
Public Property Checked As Boolean
public bool Checked { get; set; }
public:
property bool Checked {
    bool get ();
    void set (bool value);
}
member Checked : bool with get, set
function get Checked () : boolean 
function set Checked (value : boolean)

Property Value

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

.NET Framework Security

See Also

Reference

WorkItemCheckedInfo Class

Microsoft.TeamFoundation.VersionControl.Client Namespace