[This is preliminary documentation and is subject to change.]
This returns the object number part of the object's Reference.
| C# |
public long ObjectNumber { get; }
The object number is guaranteed to be unique for all objects of this particular class in one database. You can use this number if your application needs such a unique number.