Click or drag to resize

FieldTypeAddress Class

"address" field type
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultFieldTypeBase
    KeeperSecurity.VaultFieldTypeAddress

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class FieldTypeAddress : FieldTypeBase, 
	IFieldTypeSerialize

The FieldTypeAddress type exposes the following members.

Properties
 NameDescription
Public propertyCity Gets or sets City
Public propertyCountry Gets or sets Country
Public propertyState Gets or sets State
Public propertyStreet1 Gets or sets Street 1
Public propertyStreet2 Gets or sets Street 1
Public propertyZip Gets or sets Zip/Postal Code
Top
Methods
 NameDescription
Public methodGetValueAsString Gets human friendly text
Public methodSetValueAsString Sets field value from human friendly text
Top
See Also