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