CustomerCompanyInfoAddress Property | |
The address assigned to a company
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string Address { get; set; }
function get_Address();
function set_Address(value);
Property Value
StringRemarks
The address assigned to a company . This value represents the base address for a location such as the main street. The maximum length for this value is 150 characters.
Note |
---|
Setup:
Configuration > Configuration > General Configuration Tab
|
Example "777 North 1st Street"
See Also