AttachmentCreationInformation.ContentStream - Propriété
Obtient la page de démarrage de l’instance d’application.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property ContentStream As Stream
Get
Set
'Utilisation
Dim instance As AttachmentCreationInformation
Dim value As Stream
value = instance.ContentStream
instance.ContentStream = value
public Stream ContentStream { get; set; }
Valeur de propriété
Type : System.IO.Stream
Le contenu du fichier.
Voir aussi
Référence
AttachmentCreationInformation classe