Share via


FileSaveBinaryInformation.Content Property

Gets or sets value that specifies the content of the file.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property Content As Byte()
    Get
    Set
'Usage
Dim instance As FileSaveBinaryInformation
Dim value As Byte()

value = instance.Content

instance.Content = value
[RemoteAttribute]
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

FileSaveBinaryInformation Members

Microsoft.SharePoint.Client Namespace