Returns the identity of the underlying data object
Namespace: BrightstarDB.DynamicAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public string Identity { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Identity As String Get |
| Visual C++ |
|---|
public: property String^ Identity { String^ get (); } |
| F# |
|---|
member Identity : string with get |