AttachmentCreationInformation.FileName - Propriété
Obtient ou définit le nom de fichier de la pièce jointe de l’élément de liste.
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 FileName As String
Get
Set
'Utilisation
Dim instance As AttachmentCreationInformation
Dim value As String
value = instance.FileName
instance.FileName = value
public string FileName { get; set; }
Valeur de propriété
Type : System.String
Le nom du fichier de la pièce jointe élément de liste.
Voir aussi
Référence
AttachmentCreationInformation classe