BaseDisposableDisposed Property |
Indicates if Dispose has been called previously.
Namespace: Ozeki.CameraAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
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
Boolean
See Also