TilesViewWebPart.ViewTitle property
Gets the title of the Tiles view.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected MustOverride ReadOnly Property ViewTitle As String
Get
'Usage
Dim value As String
value = Me.ViewTitle
protected abstract string ViewTitle { get; }
Property value
Type: System.String