BindingsPatternFloatingVariables Property  | 
 
            Gets the enumeration of floating variables i.e. those not guaranteed to be bound.
            
 
    Namespace: 
   VDS.RDF.Query.Patterns
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic IEnumerable<string> FloatingVariables { get; }Public ReadOnly Property FloatingVariables As IEnumerable(Of String)
	Get
Property Value
Type: 
IEnumerableString
See Also