Compartilhar via


Interface IDiscoveryService

Aplica-se a: CRM 2015 on-prem, CRM Online

Provides programmatic access to organization and user information.

Namespace: Microsoft.Xrm.Sdk.Discovery
Assembly: Microsoft.Xrm.Sdk (em Microsoft.Xrm.Sdk.dll)

Sintaxe

'Declaração
<ServiceContractAttribute(Name:="IDiscoveryService", Namespace:="https://schemas.microsoft.com/xrm/2011/Contracts/Discovery")> _
<ServiceKnownTypeAttribute(GetType(DiscoveryServiceFault))> _
Public Interface IDiscoveryService
[ServiceContractAttribute(Name="IDiscoveryService", Namespace="https://schemas.microsoft.com/xrm/2011/Contracts/Discovery")] 
[ServiceKnownTypeAttribute(typeof(DiscoveryServiceFault))] 
public interface IDiscoveryService

Comentários

Refer to DiscoveryServiceProxy for an implementation of this interface.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows Server 2003 e

Plataformas de destino

Windows Vista,Windows XP

Consulte também

Referência

Membros de IDiscoveryService
Namespace Microsoft.Xrm.Sdk.Discovery
Classe DiscoveryServiceProxy

Outros recursos

Discover the URL for Your Organization With IDiscoveryService Web Service
Sample: Access the Discovery Service

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.