Gets a collection of settings property values.

Namespace:  EPiServer.Personalization
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public override SettingsPropertyValueCollection PropertyValues { get; }

Field Value

Return Value

A collection of SettingsPropertyValue objects representing the actual data values for the properties managed by the SettingsBase instance.

See Also