GraphPatternGraphSpecifier Property  | 
 
            Gets/Sets the Graph Specifier that applies to this Graph Pattern.
            
 
    Namespace: 
   VDS.RDF.Query.Patterns
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic IToken GraphSpecifier { get; }Public ReadOnly Property GraphSpecifier As IToken
	Get
Property Value
Type: 
IToken
Remarks
            This property is also used internally for SERVICE specifiers to save adding an additional property unnecessarily.
            
See Also