Share via


OrganizationService.InnerService Property

 

Applies To: Dynamics CRM 2013

Namespace:   Microsoft.Xrm.Client.Services
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public IOrganizationService InnerService { get; }
public:
property IOrganizationService^ InnerService {
    IOrganizationService^ get();
}
member InnerService : IOrganizationService with get
Public ReadOnly Property InnerService As IOrganizationService

Property Value

Type: Microsoft.Xrm.Sdk.IOrganizationService

Returns IOrganizationService.

See Also

OrganizationService Class
Microsoft.Xrm.Client.Services Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top