Search
DateCollection.IsReadOnly Property
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool IsReadOnly { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsReadOnly As Boolean

 Property Value

This property always returns false.

 See Also