[This is preliminary documentation and is subject to change.]
Creates a Reference to the object
referenced by this object.
| C# |
public Reference ToReference()
A Reference which will access the local copy of the object
referenced by this ForeignReference
If the object is not stored locally, this will fetch it from its
home Domain and store it locally. The resulting
reference will access the local copy only.