AddUserProfilePostalCode Property | |
Gets the postal code (PIN Code) assigned to a user
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string PostalCode { get; set; }
function get_PostalCode();
function set_PostalCode(value);
Property Value
StringRemarks
Gets the postal code (PIN Code) assigned to a user . This value represents the postal address or sometimes referred to as a PIN Code of the user. The value is relative to a geographic location.
The maximum length for this value is 150 characters.
Note |
---|
Setup:
Manager > Employees > Information Tab
|
Example 85250
See Also