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

'宣告
Private ReadOnly Property IsReadOnly As Boolean
    Implements ICollection(Of DataSource).IsReadOnly
    Get
bool ICollection<DataSource>.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
    bool get () sealed = ICollection<DataSource^>::IsReadOnly::get;
}
private abstract IsReadOnly : bool
private override IsReadOnly : bool
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