Summary
returns the signature part of this UUID.
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Ext 
- Containing Type
- Db4oUUID
Syntax
public virtual byte[] GetSignaturePart()Remarks
    returns the signature part of this UUID. 
 
To uniquely identify an object universally, db4o uses an indexed long and a reference to the Db4oDatabase singleton object of the
	To uniquely identify an object universally, db4o uses an indexed long and a reference to the Db4oDatabase singleton object of the
Db4objects.Db4o.IObjectContainer
    it was created on. This method
    returns the signature of the Db4oDatabase object of the ObjectContainer: the
    signature of the origin ObjectContainer.
    Return Value
| Type | Description | 
|---|---|
| byte[] | the signature of the Db4oDatabase for this UUID. |