ZipArchive.Entries Property
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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>
.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.