6 references to PropertyTypes
System.DirectoryServices (6)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchema.cs (5)
324public ReadOnlyActiveDirectorySchemaPropertyCollection FindAllProperties(PropertyTypes type) 329if ((type & (~(PropertyTypes.Indexed | PropertyTypes.InGlobalCatalog))) != 0) 343if (((int)type & (int)PropertyTypes.Indexed) != 0) 352if (((int)type & (int)PropertyTypes.InGlobalCatalog) != 0)
System\DirectoryServices\ActiveDirectory\GlobalCatalog.cs (1)
243return _schema.FindAllProperties(PropertyTypes.InGlobalCatalog);