A read-only string

Namespace:  EPiServer.SpecializedProperties
Assembly:  EPiServer.Legacy4 (in EPiServer.Legacy4.dll) Version: 6.0.530.0

Syntax

C#
[SerializableAttribute]
[ObsoleteAttribute("Use the IsReadOnly property of PropertyData instead.", 
	true)]
public class PropertyStringReadOnly : PropertyString

Inheritance Hierarchy

System..::.Object
  EPiServer.Core..::.PropertyData
    EPiServer.Core..::.PropertyString
      EPiServer.SpecializedProperties..::.PropertyStringReadOnly

See Also