ShiftGroupInOutRoundingId Property |
In/Out rounding ID
Namespace: AMG.API.Definitions.ShiftsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Nullable<int> InOutRoundingId { get; set; }
Public Property InOutRoundingId As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> InOutRoundingId {
Nullable<int> get ();
void set (Nullable<int> value);
}
member InOutRoundingId : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also