|
Description
|
Returns/sets the account center name. Restituisce o imposta il nome del centro di costo.
|
Syntax Visual Basic
|
[form.]Postel.AccountCenter[ = Text$]
|
|
Visual C++
|
CString Postel.GetAccountCenter(); void Postel.SetAccountCenter(LPCTSTR lpszNewValue);
|
|
Delphi
|
property AccountCenter: WideString;
|
|
C#
|
string Postel.AccountCenter;
|
|
Remarks
|
Indicare con questa proprietā il centro di costo a cui addebitare il lotto, ad esempio: Postel1.AccountCenter = "UFFICIO1"
|
|
Data Type
|
String
|