InOutRoundingStopDetails Property |
Array of details for Shift Stop rounding.
Namespace: AMG.API.Definitions.ShiftsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public RoundingDetail[] StopDetails { get; set; }
Public Property StopDetails As RoundingDetail()
Get
Set
public:
property array<RoundingDetail^>^ StopDetails {
array<RoundingDetail^>^ get ();
void set (array<RoundingDetail^>^ value);
}
member StopDetails : RoundingDetail[] with get, set
Property Value
Type:
RoundingDetailSee Also