Share via


OrderedVariableSizeList.IsReadOnly Property

NOTE: This API is now obsolete. The non-obsolete alternative is .

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Common
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
<ObsoleteAttribute("Direct using of o.IsReadOnly is obsolete, use ((IList)o).IsReadOnly")> _
Public ReadOnly Property IsReadOnly As Boolean
'Usage
Dim instance As OrderedVariableSizeList 
Dim value As Boolean 

value = instance.IsReadOnly
[ObsoleteAttribute("Direct using of o.IsReadOnly is obsolete, use ((IList)o).IsReadOnly")]
public bool IsReadOnly { get; }
[ObsoleteAttribute(L"Direct using of o.IsReadOnly is obsolete, use ((IList)o).IsReadOnly")]
public:
property bool IsReadOnly {
    bool get ();
}
public function get IsReadOnly () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

OrderedVariableSizeList Class

OrderedVariableSizeList Members

Microsoft.TeamFoundation.WorkItemTracking.Common Namespace