Returns an enumeration over the subject resource URIs for all triples that failed
the non-existence precondition.
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
C# |
---|
public IEnumerable<string> InvalidNonExistenceSubjects { get; } |
Visual Basic |
---|
Public ReadOnly Property InvalidNonExistenceSubjects As IEnumerable(Of String)
Get |
Visual C++ |
---|
public:
property IEnumerable<String^>^ InvalidNonExistenceSubjects {
IEnumerable<String^>^ get ();
} |
F# |
---|
member InvalidNonExistenceSubjects : IEnumerable<string> with get
|
Property Value
Type:
IEnumerable<(Of <(<'String>)>)>
See Also