1 instantiation of ResultPropertyCollection
System.DirectoryServices (1)
System\DirectoryServices\SearchResult.cs (1)
47public ResultPropertyCollection Properties { get; } = new ResultPropertyCollection();
4 references to ResultPropertyCollection
System.DirectoryServices (2)
System\DirectoryServices\SearchResult.cs (2)
44/// Gets a <see cref='System.DirectoryServices.ResultPropertyCollection'/> 47public ResultPropertyCollection Properties { get; } = new ResultPropertyCollection();
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\DSPropertyCollection.cs (2)
19private readonly ResultPropertyCollection _rp; 23internal dSPropertyCollection(ResultPropertyCollection rp) { _rp = rp; }