public bool CompatibleFormat { get; set; }
Public Property CompatibleFormat As Boolean
Get
Set
public:
property bool CompatibleFormat {
bool get ();
void set (bool value);
}
member CompatibleFormat : bool with get, set
The changes can be always saved by the SaveAllResources method, where compatible format can be explicitly requested. This property affects the result of auto saving controlled by the AutoSave property.
If CompatibleFormat is the result .resx files can be read by a System.Resources.ResXResourceReader instance and the Visual Studio Resource Editor. If it is , the result .resx files are often shorter, and the values can be deserialized with better accuracy (see the remarks at ResXResourceWriter), but the result can be read only by the ResXResourceReader class.