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

See Also

Reference

ZipArchiveEntry Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace