LogOnParametersIsInteractiveLogOn Property |
Gets or sets 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 (24.3.0.1000)
Syntax public bool IsInteractiveLogOn { get; set; }
Public Property IsInteractiveLogOn As Boolean
Get
Set
public:
property bool IsInteractiveLogOn {
bool get ();
void set (bool value);
}
member IsInteractiveLogOn : bool with get, set
Property Value
Type:
BooleanSee Also