ActivityManager.CultureName Property
Gets or sets the name of the culture associated with this ActivityManager.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property CultureName As String
Get
Set
'Usage
Dim instance As ActivityManager
Dim value As String
value = instance.CultureName
instance.CultureName = value
public string CultureName { get; set; }
Property Value
Type: System.String