Click or drag to resize
XmlDataValue Property

Note: This API is now obsolete.

Single value of the custom data. If set, overrides the data collection.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Name the value and use GetValue(string) and SetValue(string, object) methods. This will require to re-save the values in the database.")]
public virtual string Value { get; set; }

Property Value

Type: String
See Also