Share via


ZipArchiveEntry.Length Property

The uncompressed size of the entry. This property is not valid in Create mode, and it is only valid in Update mode if the entry has not been opened.

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

Syntax

'Declaration
Public ReadOnly Property Length As Long
public long Length { get; }
public:
property long long Length {
    long long get ();
}
member Length : int64 with get
function get Length () : long

Property Value

Type: System.Int64

.NET Framework Security

See Also

Reference

ZipArchiveEntry Class

Microsoft.TeamFoundation.Server.Core Namespace