Get the URI identifier of the parent of the collection
Namespace: BrightstarDB.EntityFrameworkAssembly: 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:
StringImplements
IBrightstarEntityCollection..::..ParentIdentity
See Also