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
Remarks
Implements the IsReadOnly method.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.