|
UserAccountUseADAuthentication Property
|
Use Active Directory authentication field.
Namespace: GSF.Security.ModelAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.246-beta
Syntax[LabelAttribute("Use Active Directory Authentication")]
[DefaultValueAttribute(true)]
public bool UseADAuthentication { get; set; }
<LabelAttribute("Use Active Directory Authentication")>
<DefaultValueAttribute(true)>
Public Property UseADAuthentication As Boolean
Get
Set
public:
[LabelAttribute(L"Use Active Directory Authentication")]
[DefaultValueAttribute(true)]
property bool UseADAuthentication {
bool get ();
void set (bool value);
}
[<LabelAttribute("Use Active Directory Authentication")>]
[<DefaultValueAttribute(true)>]
member UseADAuthentication : bool with get, set
function get_UseADAuthentication();
function set_UseADAuthentication(value);
View SourceProperty Value
Boolean
See Also