[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt die

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

Syntax

C#
public IDictionary<string, PropertyWrapper> Properties { get; }
Visual Basic
Public ReadOnly Property Properties As IDictionary(Of String, PropertyWrapper)
	Get
F#
member Properties : IDictionary<string, PropertyWrapper>

Field Value

The properties.

See Also