ActivityType.ActivityTypeNameLocStringResourceFile 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 ActivityTypeNameLocStringResourceFile As String
    Get
    Set
'Usage
Dim instance As ActivityType
Dim value As String

value = instance.ActivityTypeNameLocStringResourceFile

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

Property Value

Type: System.String

See Also

Reference

ActivityType Class

ActivityType Members

Microsoft.Office.Server.ActivityFeed Namespace