GraphTraversal.Properties Method (String[])

 

Namespace:   Microsoft.Azure.Graphs
Assembly:  Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)

Syntax

public GraphTraversal Properties(
    params string[] propertyKeys
)
public:
GraphTraversal^ Properties(
    ... array<String^>^ propertyKeys
)
Public Function Properties (
    ParamArray propertyKeys As String()
) As GraphTraversal

Parameters

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

See Also

GraphTraversal Class
Microsoft.Azure.Graphs Namespace

Return to top