AuthenticationService.DiscoveryServiceProxy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use Microsoft.Xrm.Tooling.Connector.CrmServiceClient.DiscoverOrganizations(string discoveryServiceUri, string homeRealmUri, NetworkCredential networkCredential)
Gets the discovery service proxy.
public:
property Microsoft::Xrm::Sdk::Client::DiscoveryServiceProxy ^ DiscoveryServiceProxy { Microsoft::Xrm::Sdk::Client::DiscoveryServiceProxy ^ get(); };
[System.Obsolete(" Use Microsoft.Xrm.Tooling.Connector.CrmServiceClient.DiscoverOrganizations(string discoveryServiceUri, string homeRealmUri, NetworkCredential networkCredential)")]
public Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy DiscoveryServiceProxy { get; }
[<System.Obsolete(" Use Microsoft.Xrm.Tooling.Connector.CrmServiceClient.DiscoverOrganizations(string discoveryServiceUri, string homeRealmUri, NetworkCredential networkCredential)")>]
member this.DiscoveryServiceProxy : Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy
Public ReadOnly Property DiscoveryServiceProxy As DiscoveryServiceProxy
Property Value
The discovery service proxy.
- Attributes