SPField.TitleResource property
SharePoint 2013
Gets the resource object associated with the field’s display name.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Property value
Type: Microsoft.SharePoint.SPUserResourceAn SPUserResource object that represents user-defined localizable resources.
This property is the source for the string returned by the Title property, which returns TitleResource.Value. The value that is returned by this expression can vary depending on the value of the CurrentUICulture of the current thread. For more information, see the SPUserResource.Value property.