Share via


DataSourceManager.ICollection<DataSource>.IsReadOnly Property

Tests whether the data source collection is read only.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Private ReadOnly Property IsReadOnly As Boolean 
    Implements ICollection(Of DataSource).IsReadOnly
bool ICollection<DataSource>.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
    bool get () sealed = ICollection<DataSource^>::IsReadOnly::get;
}
private abstract IsReadOnly : bool with get 
private override IsReadOnly : bool with get
JScript does not support explicit interface implementations.

Property Value

Type: System.Boolean
Returns true if the collection is read only; otherwise returns false.

Implements

ICollection<T>.IsReadOnly

Remarks

Implements the IsReadOnly method.

.NET Framework Security

See Also

Reference

DataSourceManager Class

Microsoft.VisualStudio.Data Namespace