2 writes to ApproximateTotal
System.DirectoryServices (2)
Interop\AdsValueHelper2.cs (1)
240
ApproximateTotal
= vlv.contentCount,
System\DirectoryServices\DirectorySearcher.cs (1)
533
_vlv.
ApproximateTotal
= tempval.ApproximateTotal;
3 references to ApproximateTotal
System.DirectoryServices (3)
System\DirectoryServices\DirectorySearcher.cs (3)
533
_vlv.ApproximateTotal = tempval.
ApproximateTotal
;
535
if (_vlv.
ApproximateTotal
!= 0)
536
_vlv.TargetPercentage = (int)((double)_vlv.Offset / _vlv.
ApproximateTotal
* 100);