ZipArchiveEntry.Archive Property
The ZipArchive that this entry belongs to. If this entry has been deleted, this will return null.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public ReadOnly Property Archive As ZipArchive
public ZipArchive Archive { get; }
public:
property ZipArchive^ Archive {
ZipArchive^ get ();
}
member Archive : ZipArchive with get
function get Archive () : ZipArchive
Property Value
Type: Microsoft.TeamFoundation.Server.Core.ZipArchive
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.