MiscEntryAttendanceCodeId Property |
Transaction's applied rounding's attendance code ID
Namespace: AMG.API.TimecardAssembly: 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