EntityMetadata.CanTriggerWorkflow Property

Definition

Gets whether the entity can trigger a workflow process.

public:
 property Nullable<bool> CanTriggerWorkflow { Nullable<bool> get(); };
[System.Runtime.Serialization.DataMember]
public bool? CanTriggerWorkflow { get; }
[<System.Runtime.Serialization.DataMember>]
member this.CanTriggerWorkflow : Nullable<bool>
Public ReadOnly Property CanTriggerWorkflow As Nullable(Of Boolean)

Property Value

true if the entity can trigger a workflow process; otherwise, false.

Attributes

Applies to