LinksControlBase.ReadOnly Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Property ReadOnly As Boolean
'Usage
Dim instance As LinksControlBase
Dim value As Boolean
value = instance.ReadOnly
instance.ReadOnly = value
public bool ReadOnly { get; set; }
public:
virtual property bool ReadOnly {
bool get () sealed;
void set (bool value) sealed;
}
public final function get ReadOnly () : boolean
public final function set ReadOnly (value : boolean)
Property Value
Type: System.Boolean
Implements
.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.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace