| BaseDisposableDisposed Property  | 
            Indicates if Dispose has been called previously.
            
 
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic bool Disposed { get; protected set; }Public Property Disposed As Boolean
	Get
	Protected Set
public:
virtual property bool Disposed {
	bool get () sealed;
	protected: void set (bool value) sealed;
}abstract Disposed : bool with get, set
override Disposed : bool with get, set
Property Value
Type: 
Boolean
See Also