Get and sets the state string for your instance. The class should use this value to serialize and deserialize its internal state. This can be null or an empty string if your class does not have any properties that affect it's output.

Namespace:  EPiServer.DynamicContent
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
string State { get; set; }

See Also