UserInfoModelAddress1 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
Syntaxpublic string Address1 { get; set; }
function get_Address1();
function set_Address1(value);
Property Value
String
Remarks
This value normally represents the base address for a location such as the main street.
Example777 North 1st Street
See Also