IDiscoveryService Interface
Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online
Provides programmatic access to organization and user information.
Namespace: Microsoft.Xrm.Sdk.Discovery
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
'Declaration
<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
Remarks
Refer to DiscoveryServiceProxy for an implementation of this interface.
Platforms
Development Platforms
Windows Server 2008, Windows Server 2012, Windows 7 (All Versions), Windows 8 (All Versions)
Target Platforms
Windows Server 2008, ,Windows Server 2012, ,Windows 7 (All Versions),
See Also
Reference
IDiscoveryService Members
Microsoft.Xrm.Sdk.Discovery Namespace
DiscoveryServiceProxy Class
Other Resources
Discover the URL for Your Organization With IDiscoveryService Web Service
Sample: Access the Discovery Service
Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.