Returns the identity of the underlying data object

Namespace: BrightstarDB.Dynamic
Assembly: 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

Property Value

Type: String

See Also