Employee ViolationsSkills Label Property
A label for the person's skills.
Definition
Namespace: SRS.ShiftSolver.Core
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public string SkillsLabel { get; }VB
Public ReadOnly Property SkillsLabel As String
GetC++
public:
property String^ SkillsLabel {
String^ get ();
}F#
member SkillsLabel : string with get