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