CompanyEmployeeContractCode Property |
Contract number or code, unique within the company. One employee can have more than one contract. [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ContractCode { get; set; }
Public Property ContractCode As String
Get
Set
public:
property String^ ContractCode {
String^ get ();
void set (String^ value);
}
member ContractCode : string with get, set
Property Value
Type:
String
See Also