FeaturesSupportsIdProperty Property |
Does the graph allow the use of the 'id' property name?
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public bool SupportsIdProperty { get; set; }
Public Property SupportsIdProperty As Boolean
Get
Set
public:
property bool SupportsIdProperty {
bool get ();
void set (bool value);
}
member SupportsIdProperty : bool with get, set
Property Value
Type:
BooleanSee Also