| DisposableObjectIsEnabledDispose Property  | 
        
         
            Gets or sets a value indicating whether you permit disposing this instance.
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic bool IsEnabledDispose { get; set; }Public Property IsEnabledDispose As Boolean
	Get
	Set
public:
property bool IsEnabledDispose {
	bool get ();
	void set (bool value);
}member IsEnabledDispose : bool with get, set
function get_IsEnabledDispose();
function set_IsEnabledDispose(value);
Property Value
Type: 
Boolean See Also
See Also