About 99,000 results
Open links in new tab
  1. SearchResult Class (System.DirectoryServices) | Microsoft Learn

    The SearchResult class encapsulates a node in the Active Directory Domain Services hierarchy that is returned during a search through DirectorySearcher.

  2. SearchResult (Java Platform SE 8 ) - Oracle

    This class represents an item in the NamingEnumeration returned as a result of the DirContext.search () methods. A SearchResult instance is not synchronized against concurrent multithreaded access. …

  3. How to display the value of a Search Result Collection from Active ...

    May 22, 2018 · dSearcher.PropertiesToLoad.Add("muID"); SearchResultCollection results = dSearcher.FindAll(); if (results != null) { foreach (SearchResult result in results) { …

  4. SearchResultCollection Class (System.DirectoryServices)

    The SearchResultCollection class contains the SearchResult instances that the Active Directory hierarchy returned during a DirectorySearcher query.

  5. Uses of Class javax.naming.directory.SearchResult (Java Platform SE 8 )

    Uses of Class javax.naming.directory.SearchResult ... Uses of SearchResult in javax.naming.directory

  6. SearchResult.Properties Property (System.DirectoryServices)

    The following example is an excerpt of the example in SearchResult. The original example creates a new DirectoryEntry object with the desired path and uses the FindOne method to initiate the search.

  7. SearchResult (Java SE 17 & JDK 17) - Oracle

    public SearchResult(String name, Object obj, Attributes attrs, boolean isRelative) Constructs a search result using the result's name, its bound object, and its attributes, and whether the name is relative.

  8. SearchResult.GetDirectoryEntry Method (System.DirectoryServices ...

    Retrieves the DirectoryEntry that corresponds to the SearchResult from the Active Directory Domain Services hierarchy.

  9. SearchResult Class | Microsoft Learn

    Constructor Details SearchResult public SearchResult (double score) Constructor of SearchResult. Parameters:

  10. SearchResults<T>.GetResults Method …

    public Azure.Pageable<Azure.Search.Documents.Models.SearchResult<T>> GetResults(); member this.GetResults : unit -> Azure.Pageable<Azure.Search.Documents.Models.SearchResult<'T>>