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
‘선언
Public Property Checked As Boolean
Get
Set
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.