EmployeeNegativeBenefits Property |
Indicating if employee uses negative benefits. Use null value to use system defined setting.
Namespace: AMG.API.Definitions.EmployeesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Nullable<bool> NegativeBenefits { get; set; }
Public Property NegativeBenefits As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> NegativeBenefits {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member NegativeBenefits : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also