public static bool LegacyFileFormat { get; set; }Public Shared Property LegacyFileFormat As Boolean
	Get
	Setpublic:
static property bool LegacyFileFormat {
	bool get ();
	void set (bool value);
}static member LegacyFileFormat : bool with get, set