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.3.0.1000)
Syntax public CultureInfo? Culture { get; set; }
Public Property Culture As CultureInfo
Get
Set
public:
property CultureInfo^ Culture {
CultureInfo^ get ();
void set (CultureInfo^ value);
}
member Culture : CultureInfo with 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