Shift TypeDuration Label Property
Gets a label for the time periods this shift type covers.
Definition
Namespace: ASAP.NRP.Core
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public string DurationLabel { get; }VB
Public ReadOnly Property DurationLabel As String
GetC++
public:
property String^ DurationLabel {
String^ get ();
}F#
member DurationLabel : string with get