Click or drag to resize

CustomField Class

Represents a custom field.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultCustomField

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

The CustomField type exposes the following members.

Constructors
 NameDescription
Public methodCustomFieldInitializes a new instance of the CustomField class
Top
Properties
 NameDescription
Public propertyName Custom field name.
Public propertyType Custom field type.
Public propertyValue Custom field value.
Top
See Also