IsDisposed Property (AcquiredImage)
Gets a value that indicates whether the object is disposed.
'Declaration
Public ReadOnly Property IsDisposed As Boolean
public bool IsDisposed { get; }
public: __property bool get_IsDisposed();
public:
property bool IsDisposed {
bool get();
}
Property Value
true if the object is disposed; otherwise, false.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5