SPView.TitleResource property

Gets the resource object corresponding to the Title property for a field.

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

Syntax

'Declaration
Public ReadOnly Property TitleResource As SPUserResource
    Get
'Usage
Dim instance As SPView
Dim value As SPUserResource

value = instance.TitleResource
public SPUserResource TitleResource { get; }

Property value

Type: Microsoft.SharePoint.SPUserResource
An SPUserResource object which represents the different translations of the Title property.

See also

Reference

SPView class

SPView members

Microsoft.SharePoint namespace