ParseObjectKeys Property Parse
Gets a set view of the keys contained in this object. This does not include createdAt, updatedAt, or objectId. It does include things like username and ACL.

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public ICollection<string> Keys { get; }

Property Value

Type: ICollectionString
See Also

Reference