Click or drag to resize

RecordTypesUtilsKeeperRecordType Method

Returns record type information.

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public static string KeeperRecordType(
	this KeeperRecord record
)

Parameters

record  KeeperRecord
Keeper Record

Return Value

String

[Missing <returns> documentation for "M:KeeperSecurity.Utils.RecordTypesUtils.KeeperRecordType(KeeperSecurity.Vault.KeeperRecord)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type KeeperRecord. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also