Click or drag to resize

FieldTypePhone Class

"phone" field type
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultFieldTypeBase
    KeeperSecurity.VaultFieldTypePhone

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

The FieldTypePhone type exposes the following members.

Properties
 NameDescription
Public propertyExt Gets or sets phone extension
Public propertyNumber Gets or sets phone number
Public propertyRegion Gets or sets phone region
Public propertyType Gets or sets phone type
Top
Methods
 NameDescription
Public methodGetValueAsString Gets human friendly text
Public methodSetValueAsString Sets field value from human friendly text
Top
See Also