ProjectTaskParticipantNotifyOnStatusChange Property |
Specifies whether the participant should be notified on task status changes. [Required] [Default(true)]
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool NotifyOnStatusChange { get; set; }
Public Property NotifyOnStatusChange As Boolean
Get
Set
public:
property bool NotifyOnStatusChange {
bool get ();
void set (bool value);
}
member NotifyOnStatusChange : bool with get, set
Property Value
Type:
Boolean
See Also