| 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;} | |
Property Value
true if the object has already been disposed; otherwise false.If this property returned true you should not use the DicomWCFStreamer object.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code