2 references to Indexed
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchema.cs (2)
329if ((type & (~(PropertyTypes.Indexed | PropertyTypes.InGlobalCatalog))) != 0) 343if (((int)type & (int)PropertyTypes.Indexed) != 0)