2 references to ForestFunctionality
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\Forest.cs (2)
765
if (!rootDSE.Properties.Contains(PropertyManager.
ForestFunctionality
))
772
forestModeValue = int.Parse((string)rootDSE.Properties[PropertyManager.
ForestFunctionality
].Value!, NumberFormatInfo.InvariantInfo);