FileInformation.Stream - Propriété
Obtient le flux de fichier binaire est téléchargé à partir du serveur.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Stream As Stream
Get
'Utilisation
Dim instance As FileInformation
Dim value As Stream
value = instance.Stream
public Stream Stream { get; }
Valeur de propriété
Type : System.IO.Stream
Le flux de fichier binaire qui est téléchargé à partir du serveur.