Get the URI identifier of the parent of the collection

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

Syntax

C#
public string ParentIdentity { get; }
Visual Basic
Public ReadOnly Property ParentIdentity As String
	Get
Visual C++
public:
virtual property String^ ParentIdentity {
	String^ get () sealed;
}
F#
abstract ParentIdentity : string with get
override ParentIdentity : string with get

Property Value

Type: String

Implements

IBrightstarEntityCollection..::..ParentIdentity

See Also