Click or drag to resize
AddressPropertyFormattingEnum Enumeration

[This is preliminary documentation and is subject to change.]

Different types of address property formating

Namespace: Netadmin.Management.Address
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public enum AddressPropertyFormattingEnum
Members
  Member nameValueDescription
None0 No formating is done
LowerCase1 Text is converted to lowercase
UpperCase2 Text is converted to uppercase
ZipSpace3 Inteded for 5 digit numbers with space. Example '123 45'
NoSpace4 Spaces are removed
CapitalCase5 Text is converted to capital case
See Also