SPFile.Title property
Obtém o nome para exibição do arquivo.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property Title As String
Get
'Uso
Dim instance As SPFile
Dim value As String
value = instance.Title
public string Title { get; }
Property value
Type: System.String
Uma seqüência de caracteres que contém o nome.