Click or drag to resize

PFUserCustomSettings Property

Gets the dictionary hosting custom settings. Use this object to store user application-related settings.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public Dictionary<string, string> CustomSettings { get; }

Property Value

Type: DictionaryString, String
See Also