ActivityManager.CultureInfo Property
Gets or sets the specific 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 CultureInfo As CultureInfo
Get
Set
'Usage
Dim instance As ActivityManager
Dim value As CultureInfo
value = instance.CultureInfo
instance.CultureInfo = value
public CultureInfo CultureInfo { get; set; }
Property Value
Type: System.Globalization.CultureInfo