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.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

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

Property Value

Type: System.Int64
Returns Int64.

Exceptions

Exception Condition
InvalidOperationException

This property is not available because the entry has been written to or modified.

.NET Framework Security

See Also

Reference

ZipArchiveEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace