GraphTraversal.Max Method

 

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

Overload List

Name Description
System_CAPS_pubmethod Max()

System_CAPS_pubmethod Max(Scope)

See Also

GraphTraversal Class
Microsoft.Azure.Graphs Namespace

Return to top

GraphTraversal.Max Method ()

Syntax

public GraphTraversal Max()
public:
GraphTraversal^ Max()
Public Function Max As GraphTraversal

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top

GraphTraversal.Max Method (Scope)

Syntax

public GraphTraversal Max(
    Scope scope
)
public:
GraphTraversal^ Max(
    Scope scope
)
Public Function Max (
    scope As Scope
) As GraphTraversal

Parameters

  • scope
    Type: Microsoft.Azure.Graphs.Translator.Enums.Scope

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top