FileInformation.Stream 屬性
取得從伺服器下載的二進位檔案資料流。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public ReadOnly Property Stream As Stream
Get
'用途
Dim instance As FileInformation
Dim value As Stream
value = instance.Stream
public Stream Stream { get; }
屬性值
類型:System.IO.Stream
從伺服器下載二進位檔案資料流。