Click or drag to resize

PFAdminAppSettingsNodeCustomSettings Property

Gets or sets the custom settings ViewModels.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
[DataMemberAttribute]
public List<PFAdminAppSettingViewModel> CustomSettings { get; set; }

Property Value

Type: ListPFAdminAppSettingViewModel
The custom settings.
See Also