GraphPatternUnplacedAssignments Property  | 
 
            Gets the enumeration of LET assignments that are in this Graph Pattern which will be placed appropriately later.
            
 
    Namespace: 
   VDS.RDF.Query.Patterns
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic IEnumerable<IAssignmentPattern> UnplacedAssignments { get; }Public ReadOnly Property UnplacedAssignments As IEnumerable(Of IAssignmentPattern)
	Get
Property Value
Type: 
IEnumerableIAssignmentPattern
See Also