Share via


FileSaveBinaryInformation.ContentStream property

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property ContentStream As Stream
    Get
    Set
'Usage
Dim instance As FileSaveBinaryInformation
Dim value As Stream

value = instance.ContentStream

instance.ContentStream = value
public Stream ContentStream { get; set; }

Property value

Type: System.IO.Stream

See also

Reference

FileSaveBinaryInformation class

FileSaveBinaryInformation members

Microsoft.SharePoint.Client namespace