EnterpriseOneTransactionCurrentEnterpriseCompanyLocation Property |
Gets the current enterprise company location.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CompanyLocation CurrentEnterpriseCompanyLocation { get; set; }
Public Property CurrentEnterpriseCompanyLocation As CompanyLocation
Get
Set
public:
property CompanyLocation^ CurrentEnterpriseCompanyLocation {
CompanyLocation^ get ();
void set (CompanyLocation^ value);
}
member CurrentEnterpriseCompanyLocation : CompanyLocation with get, set
Property Value
Type:
CompanyLocation
The current enterprise company location.
See Also