GraphTraversal.As Method (String[])
Namespace: Microsoft.Azure.Graphs
Assembly: Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)
Syntax
public GraphTraversal As(
params string[] labels
)
public:
GraphTraversal^ As(
... array<String^>^ labels
)
Public Function As (
ParamArray labels As String()
) As GraphTraversal
Parameters
- labels
Type: System.String[]
Return Value
Type: Microsoft.Azure.Graphs.GraphTraversal
See Also
GraphTraversal Class
Microsoft.Azure.Graphs Namespace
Return to top