ZipArchiveEntry.CompressedLength Property
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property CompressedLength As Long
public long CompressedLength { get; }
public:
property long long CompressedLength {
long long get ();
}
member CompressedLength : int64 with get
function get CompressedLength () : long
Property Value
Type: System.Int64
.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.