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