ServiceActivityServiceCoveredByGuarantee Property |
True when the performed service is covered by the guarantee. [Required] [Default(false)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Service
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool CoveredByGuarantee { get; set; }
Public Property CoveredByGuarantee As Boolean
Get
Set
public:
property bool CoveredByGuarantee {
bool get ();
void set (bool value);
}
member CoveredByGuarantee : bool with get, set
Property Value
Type:
Boolean
See Also