 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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