LogOnOptionsDeleteOtherSessions Property |
Gets or sets a value indicating whether other sessions should be deleted if
required in order to make the logon succeed.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "deleteOtherSessions", EmitDefaultValue = false)]
public bool DeleteOtherSessions { get; set; }
<DataMemberAttribute(Name := "deleteOtherSessions", EmitDefaultValue := false)>
Public Property DeleteOtherSessions As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"deleteOtherSessions", EmitDefaultValue = false)]
property bool DeleteOtherSessions {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "deleteOtherSessions", EmitDefaultValue = false)>]
member DeleteOtherSessions : bool with get, set
Property Value
Type:
Boolean if other sessions should be deleted; otherwise,
.
See Also