Get the URI identifier of the property used to build the collection

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

Syntax

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

Property Value

Type: String

See Also