FileCreationInformation.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 FileCreationInformation
Dim value As Byte()
value = instance.Content
instance.Content = value
public byte[] Content { get; set; }
属性值
类型:[]
返回Byte实例,表示要添加的文件的内容。
备注
它不能空引用(无 在 Visual Basic 中)。