CrmOrganizationServiceContext.IOrganizationServiceContainer.Service Property
Applies To: Dynamics CRM 2013
Gets the organization service interface. (Developer Extensions)
Namespace: Microsoft.Xrm.Client
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
IOrganizationService IOrganizationServiceContainer.Service { get; }
private:
property IOrganizationService^ Service {
virtual IOrganizationService^ get() sealed = IOrganizationServiceContainer::Service::get;
}
private abstract Service : IOrganizationService with get
private override Service : IOrganizationService with get
Private ReadOnly Property Service As IOrganizationService Implements IOrganizationServiceContainer.Service
Property Value
Type: Microsoft.Xrm.Sdk.IOrganizationService
Type: IOrganizationService
The organization service interface.
Implements
IOrganizationServiceContainer.Service
See Also
CrmOrganizationServiceContext Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Developer extensions context object model (Dynamics CRM 2013)
Return to top