UserInfoBaseModelAddress1 Property | |
Gets or sets Address1 for a user
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string Address1 { get; set; }
function get_Address1();
function set_Address1(value);
Property Value
StringRemarks
This value normally represents the base address for a location such as the main street.
Example 777 North 1st Street
See Also