4 references to IsSingleValued
System.DirectoryServices (4)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (4)
349
_propertyEntry.Properties[PropertyManager.
IsSingleValued
].Value = _isSingleValued;
658
_isSingleValued = (bool)GetValueFromCache(PropertyManager.
IsSingleValued
, true)!;
676
_propertyEntry.Properties[PropertyManager.
IsSingleValued
].Value = value;
1246
propertiesToLoad[11] = PropertyManager.
IsSingleValued
;