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