Compartilhar via


AttachmentCreationInformation.ContentStream propriedade

Obtém ou define os conteúdos do arquivo como um fluxo.

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

Sintaxe

'Declaração
Public Property ContentStream As Stream
    Get
    Set
'Uso
Dim instance As AttachmentCreationInformation
Dim value As Stream

value = instance.ContentStream

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

Valor de propriedade

Tipo: System.IO.Stream
O conteúdo do arquivo.

Ver também

Referência

AttachmentCreationInformation classe

AttachmentCreationInformation membros

Microsoft.SharePoint.Client namespace