AddUserProfileAddress1 Property |  |
Gets the address1 assigned to a user
Namespace: AppOne.Services.V2.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
Gets the address1 assigned to a user. 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:
Manager > Employees > Information Tab
|
Example"777 North 1st Street"
See Also