Click or drag to resize

RecordTypesConstantsTryGetRecordField Method

[Missing <summary> documentation for "M:KeeperSecurity.Vault.RecordTypesConstants.TryGetRecordField(System.String,KeeperSecurity.Vault.RecordField@)"]


Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public static bool TryGetRecordField(
	string name,
	out RecordField value
)

Parameters

name  String

[Missing <param name="name"/> documentation for "M:KeeperSecurity.Vault.RecordTypesConstants.TryGetRecordField(System.String,KeeperSecurity.Vault.RecordField@)"]

value  RecordField

[Missing <param name="value"/> documentation for "M:KeeperSecurity.Vault.RecordTypesConstants.TryGetRecordField(System.String,KeeperSecurity.Vault.RecordField@)"]

Return Value

Boolean

[Missing <returns> documentation for "M:KeeperSecurity.Vault.RecordTypesConstants.TryGetRecordField(System.String,KeeperSecurity.Vault.RecordField@)"]

See Also