GraphTraversal.Constant Method

 

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

Overload List

Name Description
System_CAPS_pubmethod Constant()

System_CAPS_pubmethod Constant(Object)

See Also

GraphTraversal Class
Microsoft.Azure.Graphs Namespace

Return to top

GraphTraversal.Constant Method ()

Syntax

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

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top

GraphTraversal.Constant Method (Object)

Syntax

public GraphTraversal Constant(
    object value
)
public:
GraphTraversal^ Constant(
    Object^ value
)
Public Function Constant (
    value As Object
) As GraphTraversal

Parameters

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top