ParseObjectObjectId Property Parse
Gets or sets the object id. An object id is assigned as soon as an object is saved to the server. The combination of a ClassName and an ObjectId uniquely identifies an object in your application.

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

public string ObjectId { get; set; }

Property Value

Type: String
See Also

Reference