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#
public string PropertyIdentity { get; }
Visual Basic
Public ReadOnly Property PropertyIdentity As String
	Get
Visual C++
public:
virtual property String^ PropertyIdentity {
	String^ get () sealed;
}
F#
abstract PropertyIdentity : string with get
override PropertyIdentity : string with get

Property Value

Type: String

Implements

IBrightstarEntityCollection..::..PropertyIdentity

See Also