FileSaveBinaryInformation.Content property
Gets or sets value that specifies the content of the file.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Content As Byte()
Get
Set
'Usage
Dim instance As FileSaveBinaryInformation
Dim value As Byte()
value = instance.Content
instance.Content = value
public byte[] Content { get; set; }
Property value
Type: []
Returns a Byte instance representing the content of the file.
Remarks
It must not be a null reference (Nothing in Visual Basic). It must not be empty.
See also
Reference
FileSaveBinaryInformation class