3 references to ForestModeLevel
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\Forest.cs (3)
175
if (forestMode <=
ForestModeLevel
)
690
if (
ForestModeLevel
<= (int)ForestMode.Windows2012R2Forest)
692
return (ForestMode)
ForestModeLevel
;