CrmServiceClient.OrganizationWebProxyClient 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.
Exposed OrganizationWebProxyClient for consumers
public:
property Microsoft::Xrm::Sdk::WebServiceClient::OrganizationWebProxyClient ^ OrganizationWebProxyClient { Microsoft::Xrm::Sdk::WebServiceClient::OrganizationWebProxyClient ^ get(); };
public Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient OrganizationWebProxyClient { get; }
member this.OrganizationWebProxyClient : Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient
Public ReadOnly Property OrganizationWebProxyClient As OrganizationWebProxyClient
Property Value
Returns OrganizationWebProxyClientThe OrganizationWebProxyClient
instance for the active CRM connection.
Remarks
This property is set once a successful connection has been established with a Common Data Service instance using OAuth as the authentication mode.