Employee InfoSkills Label Property
Gets a label for the employee's skills.
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 SkillsLabel { get; }VB
Public ReadOnly Property SkillsLabel As String
GetC++
public:
property String^ SkillsLabel {
String^ get ();
}F#
member SkillsLabel : string with get