ResXResourceReaderUseResXDataNodes Property

This property is maintained due to compatibility reasons with the System.Windows.Forms.ResXResourceReader class. Use SafeMode property instead.
Gets or sets whether ResXDataNode objects are returned when reading the current XML resource file or stream.
Default value: .

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
[ObsoleteAttribute("This property is maintained due to compatibility reasons with the System.Windows.Forms.ResXResourceReader class. Use SafeMode property instead.")]
public bool UseResXDataNodes { get; set; }

Property Value

Boolean

Remarks

See Also