CrmServiceClient.DiscoverOrganizations Method (Uri, Uri, NetworkCredential)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Discovers the organizations.
Namespace: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Syntax
public static OrganizationDetailCollection DiscoverOrganizations(
Uri discoveryServiceUri,
Uri homeRealmUri,
NetworkCredential networkCredential
)
Public Shared Function DiscoverOrganizations (
discoveryServiceUri As Uri,
homeRealmUri As Uri,
networkCredential As NetworkCredential
) As OrganizationDetailCollection
Parameters
discoveryServiceUri
Type: System.UriThe discovery service URI.
homeRealmUri
Type: System.UriThe home realm URI. Not null for federation authentication.
networkCredential
Type: System.Net.NetworkCredentialThe network credential. When given null value, uses the current user network credentials.
Return Value
Type: Microsoft.Xrm.Sdk.Discovery.OrganizationDetailCollection
A collection of organizations.
See Also
DiscoverOrganizations Overload
CrmServiceClient Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright