[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt den IGraphStorage zurück, mit dem der Graph verknüpft ist, oder legt ihn fest.

Namespace: DynamicNode.Core
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public IGraphStorage GraphStorage { get; set; }
Visual Basic
Public Property GraphStorage As IGraphStorage
	Get
	Set
F#
abstract GraphStorage : IGraphStorage with get, set
override GraphStorage : IGraphStorage with get, set

Field Value

Implements

IGraph..::..GraphStorage

See Also