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 (25.3.0.1000)
Syntaxpublic CultureInfo? ExplicitCulture { get; set; }Public Property ExplicitCulture As CultureInfo
	Get
	Set
public:
property CultureInfo^ ExplicitCulture {
	CultureInfo^ get ();
	void set (CultureInfo^ value);
}member ExplicitCulture : CultureInfo with get, set
Property Value
Type: 
CultureInfo
                The culture to associate with the logon session, or 
 if
                the default culture should be used.
            
RemarksThis property is ignored when creating a logon token.
See Also