BaseDisposableShouldDispose Property |
Indicates if the instance should dispose any resourced when disposed.
Namespace: Ozeki.CameraAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
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
Boolean
See Also