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