Get or sets the value as a comma delimited string.

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

Syntax

C#
protected override string String { set; }

Field Value

The value as a comma delimited string.

Examples

A valid value can look like this: "value1,value2,value9".

See Also