Compartilhar via


SPFile.Name property

Obtém o nome do arquivo incluindo a extensão.

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

Syntax

'Declaração
Public ReadOnly Property Name As String
    Get
'Uso
Dim instance As SPFile
Dim value As String

value = instance.Name
public string Name { get; }

Property value

Type: System.String
Uma seqüência de caracteres que contém o nome do arquivo, incluindo a extensão.

Ver também

Referência

SPFile class

SPFile members

Microsoft.SharePoint namespace