Click or drag to resize

FieldTypeName Class

"name" field type
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultFieldTypeBase
    KeeperSecurity.VaultFieldTypeName

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

The FieldTypeName type exposes the following members.

Properties
 NameDescription
Public propertyFirst Gets or sets first name
Public propertyLast Gets or sets last name
Public propertyMiddle Gets or sets middle name
Top
Methods
 NameDescription
Public methodGetValueAsString Gets human friendly text
Public methodSetValueAsString Sets field value from human friendly text
Top
See Also