Manifest.InputStream Property

Definition

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

Stream

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.

Applies to