WorkflowInstance.IsReadOnly Property

Definition

Gets a value that indicates whether the workflow instance has been initialized.

protected:
 property bool IsReadOnly { bool get(); };
protected bool IsReadOnly { get; }
member this.IsReadOnly : bool
Protected ReadOnly Property IsReadOnly As Boolean

Property Value

true if the workflow instance has been initialized; otherwise, false.

Applies to