AuthenticationService.OrganizationServiceProxy 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 CrmServiceClient
Gets the organization service proxy.
public:
property Microsoft::Xrm::Sdk::Client::OrganizationServiceProxy ^ OrganizationServiceProxy { Microsoft::Xrm::Sdk::Client::OrganizationServiceProxy ^ get(); };
[System.Obsolete("Use CrmServiceClient")]
public Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy OrganizationServiceProxy { get; }
[<System.Obsolete("Use CrmServiceClient")>]
member this.OrganizationServiceProxy : Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy
Public ReadOnly Property OrganizationServiceProxy As OrganizationServiceProxy
Property Value
The organization service proxy.
- Attributes