[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt den Konfigurationsspeicher der Benutzeroberfläche zurück.

Namespace: DynamicNode.WinApp
Assembly: DNWinApp (in DNWinApp.exe) Version: 1.4.4679.19840 (1.4.0.0)

Syntax

C#
public IPropertyStorage PropertyStorage { get; }
Visual Basic
Public ReadOnly Property PropertyStorage As IPropertyStorage
	Get
F#
member PropertyStorage : IPropertyStorage

Field Value

Der Konfigurationsspeicher der Benutzeroberfläche.

See Also