GraphConnection.UseReverseEdges Property
Namespace: Microsoft.Azure.Graphs
Assembly: Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)
Syntax
public bool UseReverseEdges { get; set; }
public:
property bool UseReverseEdges {
bool get();
void set(bool value);
}
Public Property UseReverseEdges As Boolean
Property Value
Type: System.Boolean
See Also
GraphConnection Class
Microsoft.Azure.Graphs Namespace
Return to top