Manifest.InputStream Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The input stream from which the manifest was read. Used by ManifestWriter to reconstitute input which is not represented in the object representation.
public:
property System::IO::Stream ^ InputStream { System::IO::Stream ^ get(); void set(System::IO::Stream ^ value); };
public System.IO.Stream InputStream { get; set; }
member this.InputStream : System.IO.Stream with get, set
Public Property InputStream As Stream
Property Value
A Stream object representing the input stream from which the manifest was read.
Remarks
ManifestWriter uses this property to reconstitute input that is not represented in the object representation.