public bool AutoFreeXmlData { get; set; }
Public Property AutoFreeXmlData As Boolean
Get
Set
public:
virtual property bool AutoFreeXmlData {
bool get () sealed;
void set (bool value) sealed;
}
abstract AutoFreeXmlData : bool with get, set
override AutoFreeXmlData : bool with get, set
If the value of the property is , then the stored raw XML data will be automatically freed when a resource or metadata item is obtained by GetObject, GetMetaObject, GetString or GetMetaString methods. The raw XML data is re-generated on demand if needed, it is transparent to the user.
If SafeMode or CloneValues properties are , this property has no effect.