MembershipBaseObjectCulture Property

Gets or sets the culture associated with the account or group.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public CultureInfo? Culture { get; set; }

Property Value

Type: CultureInfo
The culture associated with the account or group, or if no culture is to be associated.
Remarks
See Culture for an explanation of how the value of this property is used when determining the session culture.
See Also