CompanyLocationLocationName Property |
The name of the company location. [Required] [Filter(eq;like)]
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic MultilanguageString LocationName { get; set; }
Public Property LocationName As MultilanguageString
Get
Set
public:
property MultilanguageString^ LocationName {
MultilanguageString^ get ();
void set (MultilanguageString^ value);
}
member LocationName : MultilanguageString with get, set
Property Value
Type:
MultilanguageString
See Also