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