OrganizationServiceContext(IOrganizationService) Constructor
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.
Creates a new instance of the OrganizationServiceContext class.
public:
OrganizationServiceContext(Microsoft::Xrm::Sdk::IOrganizationService ^ service);
public OrganizationServiceContext (Microsoft.Xrm.Sdk.IOrganizationService service);
new Microsoft.Xrm.Sdk.Client.OrganizationServiceContext : Microsoft.Xrm.Sdk.IOrganizationService -> Microsoft.Xrm.Sdk.Client.OrganizationServiceContext
Public Sub New (service As IOrganizationService)
Parameters
- service
- IOrganizationService
The service that provides access to organization data.