SPFile.Name - Propriété
Obtient le nom du fichier, extension comprise.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Name As String
Get
'Utilisation
Dim instance As SPFile
Dim value As String
value = instance.Name
public string Name { get; }
Valeur de propriété
Type : System.String
Chaîne qui contient le nom du fichier, y compris l'extension.