Click or drag to resize

FieldTypeHost Class

"host" field type
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultFieldTypeBase
    KeeperSecurity.VaultFieldTypeHost

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

The FieldTypeHost type exposes the following members.

Properties
 NameDescription
Public propertyHostName Gets or sets hostname
Public propertyPort Gets or sets port
Top
Methods
 NameDescription
Public methodGetValueAsString Gets human friendly text
Public methodSetElementValue 
Public methodSetValueAsString Sets field value from human friendly text
Top
See Also