LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
Disposed Property
See Also 
Leadtools.Dicom.Web Namespace > DicomWCFStreamer Class : Disposed Property



Gets a value indicating if the object has been disposed.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Disposed As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DicomWCFStreamer
Dim value As Boolean
 
value = instance.Disposed
C# 
public bool Disposed {get;}
C++/CLI 
public:
property bool Disposed {
   bool get();
}

Property Value

true if the object has already been disposed; otherwise false.

Remarks

If this property returned true you should not use the DicomWCFStreamer object.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also