LeaveOpen Property
Definition
LeaveOpen
Gets or sets a value indicating whether a disposable object should bypass the mechanism for releasing unmanaged resources. Default is false.
public bool LeaveOpen { get; set; }
Property Value
- bool
trueif a disposable object should bypass the mechanism for releasing unmanaged resources; otherwise,false.