ImportMapFilesHelperPostedFileInfoFileStream Property |
Gets or sets the file stream.
Namespace:
Dundas.BI.WebApi.Utilities
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic Stream FileStream { get; set; }Public Property FileStream As Stream
Get
Set
public:
property Stream^ FileStream {
Stream^ get ();
void set (Stream^ value);
}member FileStream : Stream with get, set
Property Value
Type:
Stream
The file stream.
See Also