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
- 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.