Summary
returns a UUID representation of the referenced object.
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Ext 
- Containing Type
- IObjectInfo
Syntax
Db4oUUID GetUUID()Remarks
    returns a UUID representation of the referenced object.
    UUID generation has to be turned on, in order to be able
    to use this feature:
    
	Db4objects.Db4o.Config.IFileConfiguration.GenerateUUIDs(Db4objects.Db4o.Config.ConfigScope)
    Return Value
| Type | Description | 
|---|---|
| Db4oUUID | the UUID of the referenced object. |