LdapSettings.IgnoreNestedGroups Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This option indicates whether nested groups should be ignored when resolving Roles. The default is false.
public:
property bool IgnoreNestedGroups { bool get(); void set(bool value); };
public bool IgnoreNestedGroups { get; set; }
member this.IgnoreNestedGroups : bool with get, set
Public Property IgnoreNestedGroups As Boolean