public bool SafeMode { get; set; }Public Property SafeMode As Boolean
Get
Setpublic:
property bool SafeMode {
bool get ();
void set (bool value);
}member SafeMode : bool with get, setThis property affects AddResource(ResXDataNode) and AddMetadata(ResXDataNode) methods only when CompatibleFormat is , and the ResXDataNode to write contains no deserialized value but only raw .resx data that is not compatible with the System.Resources.ResXResourceReader class.