Edge.GetProperty Method

Definition

Gets a property on the edge, given the property key.

public Microsoft.Azure.Graphs.Elements.Property GetProperty (string key);
Parameters
key
String

The key of the property.

Returns

Property that matches to key.