CompanyBranchNumber Property |
Branch number of the company. Companies with equal names and/or registration numbers can be inserted only if their branch numbers are different. [Required] [Default(0)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic int BranchNumber { get; set; }
Public Property BranchNumber As Integer
Get
Set
public:
property int BranchNumber {
int get ();
void set (int value);
}
member BranchNumber : int with get, set
Property Value
Type:
Int32
See Also