ZipArchiveEntry.Archive Property

The ZipArchive that this entry belongs to. If this entry has been deleted, this will return null.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public ReadOnly Property Archive As ZipArchive
public ZipArchive Archive { get; }
public:
property ZipArchive^ Archive {
    ZipArchive^ get ();
}
member Archive : ZipArchive
function get Archive () : ZipArchive

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.ZipArchive
Returns ZipArchive.

.NET Framework Security

See Also

Reference

ZipArchiveEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace