ActivityTimeIntervalExecutionCompletePercent Property |
Percent of task completed. [Required] [Default(0)] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal ExecutionCompletePercent { get; set; }
Public Property ExecutionCompletePercent As Decimal
Get
Set
public:
property Decimal^ ExecutionCompletePercent {
Decimal^ get ();
void set (Decimal^ value);
}
member ExecutionCompletePercent : decimal with get, set
Property Value
Type:
Decimal
See Also