FileStream Property

Microsoft Deployment Tools

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
public:
property Stream^ FileStream {
	Stream^ get ();
}

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression) Version: 3.0.0.0 (3.5.1623.0)