UrnCollection.ICollection<Urn>.IsReadOnly Property

Gets a value indicating whether the ICollection is read-only.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Private ReadOnly Property IsReadOnly As Boolean 
    Implements ICollection(Of Urn).IsReadOnly 
    Get
'Usage
Dim instance As UrnCollection 
Dim value As Boolean 

value = CType(instance, ICollection(Of Urn)).IsReadOnly
bool ICollection<Urn>.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
    bool get () sealed = ICollection<Urn^>::IsReadOnly::get;
}
private abstract IsReadOnly : bool 
private override IsReadOnly : bool
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.Boolean
True if the ICollection is read-only; otherwise; false.

Implements

ICollection<T>.IsReadOnly

Remarks

The ICollection interface is the base interface for classes in the [System.Collections.Generic] namespace.

See Also

Reference

UrnCollection Class

Microsoft.SqlServer.Management.Smo Namespace