AccountAccountFullNumber Property |
The full number of the account, unique among all accounts. It consists of the group number, concatenated with the account number. [Required] [Filter(like)] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string AccountFullNumber { get; set; }
Public Property AccountFullNumber As String
Get
Set
public:
property String^ AccountFullNumber {
String^ get ();
void set (String^ value);
}
member AccountFullNumber : string with get, set
Property Value
Type:
String
See Also