Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the binary file stream that is downloaded from the server.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Stream As Stream
Get
'Usage
Dim instance As FileInformation
Dim value As Stream
value = instance.Stream
public Stream Stream { get; }
Property Value
Type: System.IO.Stream
The binary file stream that is downloaded from the server.