FileStream Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation FileStream Property
Gets the stream for the extracted file, or null if no file was extracted.
Declaration Syntax
C# Visual Basic Visual C++
public Stream FileStream { get; }
Public ReadOnly Property FileStream As Stream
	Get
public:
property Stream^ FileStream {
	Stream^ get ();
}
Property Value

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