SessionCreationParametersIsInteractiveLogOn Property  | 
 
            Gets a value indicating whether the logon is coming from an interactive logon page.
            
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool IsInteractiveLogOn { get; }Public ReadOnly Property IsInteractiveLogOn As Boolean
	Get
public:
property bool IsInteractiveLogOn {
	bool get ();
}member IsInteractiveLogOn : bool with get
Property Value
Type: 
Boolean
See Also