ProcessLaneRestrictToSingleUser Property |
Specifies whether the lane would be restricted to the first user, who is assigned an activity in the lane. Subsequent tasks are directly assigned to that user. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool RestrictToSingleUser { get; set; }
Public Property RestrictToSingleUser As Boolean
Get
Set
public:
property bool RestrictToSingleUser {
bool get ();
void set (bool value);
}
member RestrictToSingleUser : bool with get, set
Property Value
Type:
Boolean
See Also