9 references to Description
System.DirectoryServices (9)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClass.cs (4)
299
SetProperty(PropertyManager.
Description
, _description);
528
_description = (string?)GetValueFromCache(PropertyManager.
Description
, false);
541
SetProperty(PropertyManager.
Description
, value);
1182
propertyNamesWithoutRangeRetrieval.Add(PropertyManager.
Description
);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (5)
346
SetProperty(PropertyManager.
Description
, _description);
611
_description = (string?)GetValueFromCache(PropertyManager.
Description
, false);
627
SetProperty(PropertyManager.
Description
, value);
1223
propertiesToLoad[5] = PropertyManager.
Description
;
1240
propertiesToLoad[5] = PropertyManager.
Description
;