Keysight Pathwave 89600 VSA .NET API
IsDisposed Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > RemotableObject Class : IsDisposed Property


Glossary Item Box

Gets a value indicating whether the object has been disposed. If an object has been disposed any attempt to use it will lead to an ObjectDisposedException being thrown.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsDisposed As Boolean
C# 
public bool IsDisposed {get;}
C++/CLI 
public:
property bool IsDisposed {
   bool get();
}

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also