SuppressDispose Property
Specifies if a Microsoft .NET Framework object that is defined by a DotNet variable is disposed when it goes out of scope.
Applies to
Local variables of the DotNet data type.
Property
Yes if you do not want to dispose the .NET Framework object when it goes out of scope; otherwise, No. The default is No.
Remarks
When a local .NET Framework object is disposed, it cannot be assigned outside the scope of its local function. If you want to assign the local DotNet variable to a global C/AL or .NET Framework object, then you set the SuppressDispose property to Yes.
See Also
Tasks
How to: Call .NET Framework Types From C/AL Code