ResXResourceReaderUseResXDataNodes Property

Note: This API is now obsolete.
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: 8.1.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