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