MiscEntryDepartmentId Property |
Department ID assigned to the transaction.
Namespace: AMG.API.TimecardAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Nullable<int> DepartmentId { get; set; }
Public Property DepartmentId As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> DepartmentId {
Nullable<int> get ();
void set (Nullable<int> value);
}
member DepartmentId : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also