Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the collection is a fixed size.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
bool IList.IsFixedSize { get; }
private:
property bool IsFixedSize {
virtual bool get() sealed = IList::IsFixedSize::get;
}
Private ReadOnly Property IsFixedSize As Boolean Implements IList.IsFixedSize
Property Value
Type: System.Boolean
true if the collection is a fixed size; otherwise, false.
Implements
See Also
ThreadSafeReadOnlyObservableCollection<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top