ProcessLaneAssignByInstanceProperty Property |
When set, the user, specified in the instance property will be assigned the task. Mutually exclusive with Assign To User. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CustomProperty AssignByInstanceProperty { get; set; }
Public Property AssignByInstanceProperty As CustomProperty
Get
Set
public:
property CustomProperty^ AssignByInstanceProperty {
CustomProperty^ get ();
void set (CustomProperty^ value);
}
member AssignByInstanceProperty : CustomProperty with get, set
Property Value
Type:
CustomProperty
See Also