| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
StreamSee Also