Shift TypeResources Label Property
Gets a label for the resources associated with this shift type.
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 ResourcesLabel { get; }VB
Public ReadOnly Property ResourcesLabel As String
GetC++
public:
property String^ ResourcesLabel {
String^ get ();
}F#
member ResourcesLabel : string with get