GroupMultisetGroupSetIDs Method  | 
 
            Gets the enumeration of the IDs of Sets in the group with the given ID.
            
 
    Namespace: 
   VDS.RDF.Query.Algebra
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic IEnumerable<int> GroupSetIDs(
	int id
)
Public Function GroupSetIDs ( 
	id As Integer
) As IEnumerable(Of Integer)
Parameters
- id
 - Type: SystemInt32
Group ID. 
Return Value
Type: 
IEnumerableInt32[Missing <returns> documentation for "M:VDS.RDF.Query.Algebra.GroupMultiset.GroupSetIDs(System.Int32)"]
See Also