BindingGroup.BindingIDs Property |
Gets the Binding IDs in the Group.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic IEnumerable<int> BindingIDs { get; }
Public ReadOnly Property BindingIDs As IEnumerable(Of Integer)
Get
Property Value
Type:
IEnumerable<Int32>
See Also