If the transaction is a prepared transaction, return the transaction's
            Global ID. Otherwise, the GlobalID contents are undefined. 
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet60 (in libdb_dotnet60.dll) Version: 6.0.30.0
 Syntax
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 (); } | 





