1 write to _rp
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\DSPropertyCollection.cs (1)
23
internal dSPropertyCollection(ResultPropertyCollection rp) {
_rp
= rp; }
1 reference to _rp
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\DSPropertyCollection.cs (1)
38
return new dSPropertyValueCollection(
_rp
[propertyName]);