OrganizationServiceContextExtensions.IsBackOfficeInstalled Method (OrganizationServiceContext)

 

Applies To: Dynamics CRM 2013

Deprecated. Checks if Microsoft Great Plains is installed. (Developer Extensions)

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

Syntax

public static bool IsBackOfficeInstalled(
    this OrganizationServiceContext context
)
public:
[ExtensionAttribute]
static bool IsBackOfficeInstalled(
    OrganizationServiceContext^ context
)
static member IsBackOfficeInstalled : 
        context:OrganizationServiceContext -> bool
<ExtensionAttribute>
Public Shared Function IsBackOfficeInstalled (
    context As OrganizationServiceContext
) As Boolean

Parameters

Return Value

Type: System.Boolean

Returns Boolean.

Remarks

This is a method wrapper for the IsBackOfficeInstalledRequest and IsBackOfficeInstalledResponse classes. See the documentation in the Request class for more information about this message.

See Also

OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top