6 references to SchemaRole
System.DirectoryServices (6)
System\DirectoryServices\ActiveDirectory\DomainController.cs (2)
317
if (role < ActiveDirectoryRole.
SchemaRole
|| role > ActiveDirectoryRole.InfrastructureRole)
348
case ActiveDirectoryRole.
SchemaRole
:
System\DirectoryServices\ActiveDirectory\Forest.cs (2)
740
return _cachedSchemaRoleOwner ??= GetRoleOwner(ActiveDirectoryRole.
SchemaRole
);
798
case ActiveDirectoryRole.
SchemaRole
:
System\DirectoryServices\ActiveDirectory\RoleOwnerCollection.cs (2)
25
if (role < ActiveDirectoryRole.
SchemaRole
|| role > ActiveDirectoryRole.InfrastructureRole)
43
if (role < ActiveDirectoryRole.
SchemaRole
|| role > ActiveDirectoryRole.InfrastructureRole)