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