Gets a value indicating whether this instance is read-only.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public bool IsReadOnly { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property IsReadOnly As Boolean |
This property always returns false.
See Also