RoundingDetailAttendanceCodeId Property |
Optional Attendance Code ID for the rounding rule.
Namespace: AMG.API.Definitions.ShiftsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Nullable<int> AttendanceCodeId { get; set; }
Public Property AttendanceCodeId As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> AttendanceCodeId {
Nullable<int> get ();
void set (Nullable<int> value);
}
member AttendanceCodeId : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also