ZipArchive.Entries Property

The collection of entries that are currently in the ZipArchive. This may not accurately represent the actual entries that are present in the underlying file or stream.

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

Syntax

'Declaration
Public ReadOnly Property Entries As ReadOnlyCollection(Of ZipArchiveEntry)
public ReadOnlyCollection<ZipArchiveEntry> Entries { get; }
public:
property ReadOnlyCollection<ZipArchiveEntry^>^ Entries {
    ReadOnlyCollection<ZipArchiveEntry^>^ get ();
}
member Entries : ReadOnlyCollection<ZipArchiveEntry> with get
function get Entries () : ReadOnlyCollection<ZipArchiveEntry>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<ZipArchiveEntry>
Returns ReadOnlyCollection<T>.

.NET Framework Security

See Also

Reference

ZipArchive Class

Microsoft.TeamFoundation.Server.Core Namespace