Compartilhar via


SPWebListInfo.Title property

Título da lista do SharePoint ou site da Web.

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

Syntax

'Declaração
Public Property Title As String
    Get
    Private Set
'Uso
Dim instance As SPWebListInfo
Dim value As String

value = instance.Title
public string Title { get; private set; }

Property value

Type: System.String
Uma representação de String do título da lista do SharePoint ou site da Web.

Ver também

Referência

SPWebListInfo class

SPWebListInfo members

Microsoft.SharePoint namespace