1 instantiation of ResultPropertyCollection
System.DirectoryServices (1)
System\DirectoryServices\SearchResult.cs (1)
47
public 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
'/>
47
public
ResultPropertyCollection
Properties { get; } = new ResultPropertyCollection();
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\DSPropertyCollection.cs (2)
19
private readonly
ResultPropertyCollection
_rp;
23
internal dSPropertyCollection(
ResultPropertyCollection
rp) { _rp = rp; }