Click or drag to resize

UserProfileAddress2 Property

Gets the address2 assigned to a user

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string Address2 { get; set; }

Property Value

String
Remarks
Gets the address2 assigned to a user. This value represents additional address information. Such as a suite number, floor number, building name, or PO Box. The maximum length for this value is 150 characters.

Note  Note
Setup:
Manager > Employees > Information Tab
Example
"Suite 007"
See Also