BaseDisposableShouldDispose Property |
Indicates if the instance should dispose any resourced when disposed.
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
BooleanSee Also