ReadOnlyMetadataCollection<T>::IsReadOnly Property

 

Gets a value indicating whether this collection is read-only.

Namespace:   System.Data.Metadata.Edm
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
property bool IsReadOnly {
	bool get();
}

Property Value

Type: System::Boolean

true if this collection is read-only; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: