ZipArchiveEntry.Archive Property

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
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 with get
function get Archive () : ZipArchive

Property Value

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

.NET Framework Security

See Also

Reference

ZipArchiveEntry Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace