AttachmentCreationInformation.FileName propriedade
Obtém ou define o nome do arquivo do anexo de item de lista.
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 FileName As String
Get
Set
'Uso
Dim instance As AttachmentCreationInformation
Dim value As String
value = instance.FileName
instance.FileName = value
public string FileName { get; set; }
Valor de propriedade
Tipo: System.String
O nome de arquivo do anexo de item de lista.
Ver também
Referência
AttachmentCreationInformation classe