LinksControlBase.m_readOnly Field
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Protected m_readOnly As Boolean
'Usage
Dim value As Boolean
value = Me.m_readOnly
Me.m_readOnly = value
protected bool m_readOnly
protected:
bool m_readOnly
protected var m_readOnly : boolean
.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