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