FeaturesIsPersistent Property |
Does the graph persist the graph to disk after shutdown?
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public bool IsPersistent { get; set; }
Public Property IsPersistent As Boolean
Get
Set
public:
property bool IsPersistent {
bool get ();
void set (bool value);
}
member IsPersistent : bool with get, set
Property Value
Type:
BooleanSee Also