Click or drag to resize

PasswordRecordGetCustomField Method

Gets a custom field.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public ICustomField GetCustomField(
	string name
)

Parameters

name  String
Custom field Name.

Return Value

ICustomField
Returns custom field or null is it was not found.
See Also