FileSaveBinaryInformation.Content 属性

获取或设置值,该值指定该文件的内容。

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)

语法

声明
Public Property Content As Byte()
    Get
    Set
用法
Dim instance As FileSaveBinaryInformation
Dim value As Byte()

value = instance.Content

instance.Content = value
public byte[] Content { get; set; }

属性值

类型:[]
返回表示该文件的内容的Byte实例。

备注

它不能空引用(无 在 Visual Basic 中)。它不为空。

另请参阅

引用

FileSaveBinaryInformation 类

FileSaveBinaryInformation 成员

Microsoft.SharePoint.Client 命名空间