BaseDisposableShouldDispose Property |
Indicates if the instance should dispose any resourced when disposed.
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic bool ShouldDispose { get; protected set; }
Public Property ShouldDispose As Boolean
Get
Protected Set
public:
property bool ShouldDispose {
bool get ();
protected: void set (bool value);
}
member ShouldDispose : bool with get, set
Property Value
Type:
Boolean
See Also