ReadOnlyList.IsReadOnly Property

Note: This API is now obsolete.

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

Syntax

'宣言
<ObsoleteAttribute("Direct using of o.IsReadOnly is obsolete, use ((IList)o).IsReadOnly")> _
Public ReadOnly Property IsReadOnly As Boolean
    Get
[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 ();
}
[<ObsoleteAttribute("Direct using of o.IsReadOnly is obsolete, use ((IList)o).IsReadOnly")>]
member IsReadOnly : bool
function get IsReadOnly () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ReadOnlyList Class

Microsoft.TeamFoundation.WorkItemTracking.Common Namespace