MindFusion.Scheduling for ASP.NET Programmer's Guide
StateCollection(T).IsReadOnly Property
See Also
 





Gets a value that indicates if the collection is read only.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public virtual bool IsReadOnly { get; }

Visual Basic  Copy Code

Public Overridable ReadOnly Property IsReadOnly As Boolean

 Property Value

true if the collection is read only; otherwise false.

 See Also

StateCollection(T) Members
StateCollection(T) Class
MindFusion.Scheduling Namespace