Creates a reference to an existing ParseObject for use in creating associations between
ParseObjects. Calling IsDataAvailable on this object will return
false until FetchIfNeededAsyncT(T) has been called.
No network request will be made.
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
Parameters
- objectId
- Type: SystemString
The object id for the referenced object.
Type Parameters
- T
Return Value
Type: TA ParseObject without data.
See Also