Share via


DataConnectionManager.ICollection<DataConnection>.IsReadOnly Property

Tests whether the data connection 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 DataConnection).IsReadOnly
    Get
bool ICollection<DataConnection>.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
    bool get () sealed = ICollection<DataConnection^>::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

.NET Framework Security

See Also

Reference

DataConnectionManager Class

Microsoft.VisualStudio.Data Namespace