OrganizationService Constructor (CrmConnection)
Applies To: Dynamics CRM 2013
Initializes a new instance of the OrganizationService class.
Namespace: Microsoft.Xrm.Client.Services
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public OrganizationService(
CrmConnection connection
)
public:
OrganizationService(
CrmConnection^ connection
)
new :
connection:CrmConnection -> OrganizationService
Public Sub New (
connection As CrmConnection
)
Parameters
- connection
Type: Microsoft.Xrm.Client.CrmConnection
See Also
OrganizationService Overload
OrganizationService Class
Microsoft.Xrm.Client.Services Namespace
Return to top