Length Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation Length Property
Gets the effective length of the stream, which is equal to the length of the source stream minus the offset.
Declaration Syntax
C# Visual Basic Visual C++ F#
public override long Length { get; }
Public Overrides ReadOnly Property Length As Long
	Get
public:
virtual property long long Length {
	long long get () override;
}
abstract Length : int64 with get
override Length : int64 with get
Property Value

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.11.1.2318)