MiscEntryInsertEmployeeId Property |
Inserting employee's ID, if the transaction was added by employee.
Namespace: AMG.API.TimecardAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Nullable<int> InsertEmployeeId { get; set; }
Public Property InsertEmployeeId As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> InsertEmployeeId {
Nullable<int> get ();
void set (Nullable<int> value);
}
member InsertEmployeeId : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also