Indicates that the TdXml is closed.
Syntax
'Declaration
Public ReadOnly Property IsClosed As Boolean
'Usage
Dim instance As TdXml
Dim value As Boolean
value = instance.IsClosed
public bool IsClosed {get;}
public:
property bool IsClosed {
bool get();
}
Property Value
true indicates that this instance of TdXml is closed,
false otherwise.
Requirements
| Product | Versions | Platforms |
| .NET | 6, 7 | Windows, Linux, MacOS |
| .NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
| .NET Standard | 2.0 | Windows, Linux, MacOS |
See Also