DynamicObjectCollectionObjects Property |
Gets objects of statements with given subject and predicate.
Namespace:
VDS.RDF.Dynamic
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected IEnumerable<Object> Objects { get; }
Protected ReadOnly Property Objects As IEnumerable(Of Object)
Get
Property Value
Type:
IEnumerableObjectRemarks Known literal nodes are converted to native primitives, URI and blank nodes are wrapped in
DynamicNode.
See Also