Gets a boolean value that indicates whether the ArchiveFile is currently open.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[BrowsableAttribute(false)] public bool IsOpen { get; }
<BrowsableAttribute(False)> _ Public ReadOnly Property IsOpen As Boolean
[BrowsableAttribute(false)] public: property bool IsOpen { bool get (); }