DefaultVertexQueryLabels Method  | 
 [Missing <summary> documentation for "M:Frontenac.Blueprints.Util.DefaultVertexQuery.Labels(System.String[])"]
 
    Namespace: 
   Frontenac.Blueprints.Util
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic IVertexQuery Labels(
	params string[] labels
)
Public Function Labels ( 
	ParamArray labels As String()
) As IVertexQuery
public:
virtual IVertexQuery^ Labels(
	... array<String^>^ labels
) sealed
abstract Labels : 
        labels : string[] -> IVertexQuery 
override Labels : 
        labels : string[] -> IVertexQuery Parameters
- labels
 - Type: SystemString
[Missing <param name="labels"/> documentation for "M:Frontenac.Blueprints.Util.DefaultVertexQuery.Labels(System.String[])"]
 
Return Value
Type: 
IVertexQuery[Missing <returns> documentation for "M:Frontenac.Blueprints.Util.DefaultVertexQuery.Labels(System.String[])"]
Implements
IVertexQueryLabels(String)
See Also