[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);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.