FormBuildDesign.workflowEnabled Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
workflowEnabled() | |
workflowEnabled(Boolean) |
workflowEnabled()
public:
virtual bool workflowEnabled();
public virtual bool workflowEnabled ();
abstract member workflowEnabled : unit -> bool
override this.workflowEnabled : unit -> bool
Public Overridable Function workflowEnabled () As Boolean
Returns
Applies to
workflowEnabled(Boolean)
public:
virtual bool workflowEnabled(bool _value);
public virtual bool workflowEnabled (bool _value);
abstract member workflowEnabled : bool -> bool
override this.workflowEnabled : bool -> bool
Public Overridable Function workflowEnabled (_value As Boolean) As Boolean
Parameters
- _value
- Boolean