Open this page in the API Guide

MembershipBaseObject.Culture 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 (25.1.0.1000)
Syntax
public CultureInfo? Culture { get; set; }

Property Value

Type: CultureInfo
The culture associated with the account or group, or null 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