CKRecord.AllKeys Method

Definition

Retrieves all of the keys in the record.

[Foundation.Export("allKeys")]
public virtual string[] AllKeys ();
abstract member AllKeys : unit -> string[]
override this.AllKeys : unit -> string[]

Returns

String[]

An array of strings, whose values are the keys in the record.

Attributes

Applies to