2 references to PropertyValueCollection
System.DirectoryServices (2)
System\DirectoryServices\PropertyCollection.cs (2)
40
PropertyValueCollection value = new
PropertyValueCollection
(_entry, propertyName);
210
return new DictionaryEntry(_currentPropName, new
PropertyValueCollection
(_parentEntry, _currentPropName));