CustomDevice.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.
public:
property IInputStream ^ InputStream { IInputStream ^ get(); };
IInputStream InputStream();
public IInputStream InputStream { get; }
var iInputStream = customDevice.inputStream;
Public ReadOnly Property InputStream As IInputStream
Property Value
The input stream.