ActivityType.ActivityTypeNameLocStringName 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 ActivityEvent objects in this ActivityType.

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

Syntax

'Declaration
Public Property ActivityTypeNameLocStringName As String
    Get
    Set
'Usage
Dim instance As ActivityType
Dim value As String

value = instance.ActivityTypeNameLocStringName

instance.ActivityTypeNameLocStringName = value
public string ActivityTypeNameLocStringName { 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 this ActivityType.

See Also

Reference

ActivityType Class

ActivityType Members

Microsoft.Office.Server.ActivityFeed Namespace