If the transaction is a prepare transaction, the transaction's
            Global ID. Otherwise, the GlobalID contents are undefined. 
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.21.0
Syntax
| C# | 
|---|
public byte[] GlobalID { get; }  | 
| Visual Basic (Declaration) | 
|---|
Public ReadOnly Property GlobalID As Byte()  | 
| Visual C++ | 
|---|
public: property array<unsigned char>^ GlobalID { array<unsigned char>^ get (); }  |