2 references to ConfigurationSet
System.DirectoryServices (2)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (2)
949
public System.DirectoryServices.ActiveDirectory.
ConfigurationSet
ConfigurationSet { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1066
public static System.DirectoryServices.ActiveDirectory.
ConfigurationSet
GetConfigurationSet(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }