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