ShiftGroupOutsideRoundingId Property |
Outside 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> OutsideRoundingId { get; set; }
Public Property OutsideRoundingId As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> OutsideRoundingId {
Nullable<int> get ();
void set (Nullable<int> value);
}
member OutsideRoundingId : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also