LogOnTokenOptionsIsWindowsLogOn Property |
Gets or sets a value indicating whether the current Windows identity should be used to authenticate.
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 = "isWindowsLogOn", EmitDefaultValue = false)]
public bool IsWindowsLogOn { get; set; }
<DataMemberAttribute(Name := "isWindowsLogOn", EmitDefaultValue := false)>
Public Property IsWindowsLogOn As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"isWindowsLogOn", EmitDefaultValue = false)]
property bool IsWindowsLogOn {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "isWindowsLogOn", EmitDefaultValue = false)>]
member IsWindowsLogOn : bool with get, set
Property Value
Type:
BooleanSee Also