OrganizationServiceProxy Class
[Applies to: Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online]
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Microsoft.Xrm.Sdk.Client Namespace
Sample: Authenticate Users with Microsoft Dynamics CRM Web Services
Troubleshooting and Error Handling
Read and Write Data and Metadata using the IOrganizationService Web Service
Implements IOrganizationService and provides an authenticated WCF channel to the organization service. Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
To call the Microsoft Dynamics CRM web service using the IOrganizationService interface, cast the proxy instance to an IOrganizationService type.
Important |
|---|
| This class is not thread safe. |
System.Object
Microsoft.Xrm.Sdk.Client.ServiceProxy
Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy
Microsoft.Xrm.Sdk.Client.ServiceProxy
Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows Server 2008Target Platforms
Windows Server 2008, Windows 7 (All Versions), Windows Vista (All Versions)Reference
OrganizationServiceProxy MembersMicrosoft.Xrm.Sdk.Client Namespace
Other Resources
Active Directory and Claims-Based AuthenticationSample: Authenticate Users with Microsoft Dynamics CRM Web Services
Troubleshooting and Error Handling
Read and Write Data and Metadata using the IOrganizationService Web Service
Send comments about this topic to Microsoft.
© 2011 Microsoft Corporation. All rights reserved.

Important