LogOnParametersExplicitCulture Property

Gets or sets the culture to associate with the logon session.

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

Property Value

CultureInfo
The culture to associate with the logon session, or if the default culture should be used.
Remarks
This property is ignored when creating a logon token.
See Also