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