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