Deployment Tools Foundation
Length Property
Gets the uncompressed size of the file.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public long Length { get; }
Public ReadOnly Property Length As Long Get
public: property long long Length { long long get (); }
member Length : int64 with get
Property Value
Int64
The uncompressed size of the file in bytes.
The uncompressed size of the file in bytes.
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.11.1.2318)