PasswordRecordGetCustomField Method |
Gets a custom field.
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public ICustomField GetCustomField(
string name
)
Parameters
- name String
- Custom field Name.
Return Value
ICustomFieldReturns custom field or
null is it was not found.
See Also