Click or drag to resize

RecordTypeField(RecordField, String) Constructor

Initializes a new instance of the RecordTypeField class

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public RecordTypeField(
	RecordField recordField,
	string label = null
)

Parameters

recordField  RecordField
Field
label  String  (Optional)
Field Label
See Also