ActivityTemplate.TitleFormatLocStringResourceFile Property
Gets or sets a value for the name of the resource file that contains the localized string or strings that are used to define the display for this event.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property TitleFormatLocStringResourceFile As String
Get
Set
'Usage
Dim instance As ActivityTemplate
Dim value As String
value = instance.TitleFormatLocStringResourceFile
instance.TitleFormatLocStringResourceFile = value
public string TitleFormatLocStringResourceFile { get; set; }
Property Value
Type: System.String