BCWorkflowInterlockConditionInterlockLocation Property |
Gets or sets the location of the workflow interlock.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic WorkflowInterlockLocation InterlockLocation { get; set; }
Public Property InterlockLocation As WorkflowInterlockLocation
Get
Set
public:
property WorkflowInterlockLocation InterlockLocation {
WorkflowInterlockLocation get ();
void set (WorkflowInterlockLocation value);
}
member InterlockLocation : WorkflowInterlockLocation with get, set
Property Value
Type:
WorkflowInterlockLocation
See Also