ElementPropertyConfigEdgePropertyKeys Property |
[Missing <summary> documentation for "P:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.ElementPropertyConfig.EdgePropertyKeys"]
Namespace:
VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public IEnumerable<string> EdgePropertyKeys { get; }
Public ReadOnly Property EdgePropertyKeys As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ EdgePropertyKeys {
IEnumerable<String^>^ get ();
}
member EdgePropertyKeys : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringSee Also