DisposableCollection<T>.IsReadOnly Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public ReadOnly Property IsReadOnly As Boolean
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
abstract IsReadOnly : bool with get 
override IsReadOnly : bool with get
final function get IsReadOnly () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

Implements

ICollection<T>.IsReadOnly

.NET Framework Security

See Also

Reference

DisposableCollection<T> Class

Microsoft.TeamFoundation.Framework.Server Namespace