AttachmentCreationInformation.FileName property

Gets or sets the file name of the list item attachment.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property FileName As String
    Get
    Set
'Usage
Dim instance As AttachmentCreationInformation
Dim value As String

value = instance.FileName

instance.FileName = value
public string FileName { get; set; }

Property value

Type: System.String
The file name of the list item attachment.

See also

Reference

AttachmentCreationInformation class

AttachmentCreationInformation members

Microsoft.SharePoint.Client namespace