PasswordRecordSetCustomField Method |
Adds or Changes custom field.
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public ICustomField SetCustomField(
string name,
string value
)
Parameters
- name String
- Name.
- value String
- Value.
Return Value
ICustomFieldAdded or modified custom field.
See Also