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