ThreadSafeReadOnlyObservableCollection<T>.IsReadOnly Property
Indicates whether the collection is read only.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public bool IsReadOnly { get; }
public:
property bool IsReadOnly {
virtual bool get() sealed;
}
Public ReadOnly Property IsReadOnly As Boolean
Property Value
Type: System.Boolean
true if the collection is read only; otherwise, false.
Implements
ICollection<T>.IsReadOnly IList.IsReadOnly
See Also
ThreadSafeReadOnlyObservableCollection<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top