| Overload | Description |
|---|---|
| GetValueOrDefault() | Overloaded. Returns the Value of the object, or a newly created Guid(). |
| GetValueOrDefault(Guid) | Overloaded. Returns the Value of the object, or the passed defaultValue. |
| GetValueOrDefault(VistaDBGuid) | Overloaded. Returns the Value of the object, or the passed in defaultValue.Value. |