  | StreamUploadSourceStream Property | 
This is preliminary documentation and is subject to change.
Stream content of the file to be uploaded.
Namespace: WikiClientLibrary.FilesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic Stream Stream { get; }Public ReadOnly Property Stream As Stream
	Get
Dim instance As StreamUploadSource
Dim value As Stream
value = instance.Stream
public:
property Stream^ Stream {
	Stream^ get ();
}member Stream : Stream with get
Property Value
Stream
See Also