IWorkItemControl.ReadOnly Property

Gets or sets a value indicating whether this control is read only or not.

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

Syntax

'Declaration
Property ReadOnly As Boolean
bool ReadOnly { get; set; }
property bool ReadOnly {
    bool get ();
    void set (bool value);
}
abstract ReadOnly : bool with get, set
function get ReadOnly () : boolean 
function set ReadOnly (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

IWorkItemControl Interface

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace