The identity of the resource that this data object wraps.

Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
string Identity { get; }
Visual Basic
ReadOnly Property Identity As String
	Get
Visual C++
property String^ Identity {
	String^ get ();
}
F#
abstract Identity : string with get

Return Value

Type: String
The identity of the resource

See Also