Share via


ActivityTemplate.TitleFormatLocStringName property

Gets or sets a value for the name of the localized string in the resource file that you are using to define the display for an ActivityEvent.

Namespace:  Microsoft.Office.Server.ActivityFeed
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property TitleFormatLocStringName As String
    Get
    Set
'Usage
Dim instance As ActivityTemplate
Dim value As String

value = instance.TitleFormatLocStringName

instance.TitleFormatLocStringName = value
public string TitleFormatLocStringName { get; set; }

Property value

Type: System.String

Remarks

This value should correspond to the name of the entry in your resource file that defines the display for a specific event.

See also

Reference

ActivityTemplate class

ActivityTemplate members

Microsoft.Office.Server.ActivityFeed namespace