public bool SafeMode { get; set; }
Public Property SafeMode As Boolean
Get
Set
public:
virtual property bool SafeMode {
bool get () sealed;
void set (bool value) sealed;
}
abstract SafeMode : bool with get, set
override SafeMode : bool with get, set
When SafeMode is , then objects returned by the GetEnumerator and GetMetadataEnumerator methods
return ResXDataNode instances instead of deserialized objects. You can retrieve the deserialized
objects on demand by calling the ResXDataNode.GetValue method on the ResXDataNode instance.
See also the examples at the Remarks section of the ResXResourceReader class.
ObjectDisposedException | The Close or IDisposable.Dispose method has already been called on this ResXResourceReader instance. |