DynamicsBaseHostedControl.GetApp(String) Method

Definition

Obtains a reference to the specified hosted control by name, on the same session as this hosted control.

protected:
 virtual Microsoft::Uii::Csr::IHostedApplication ^ GetApp(System::String ^ appname);
protected virtual Microsoft.Uii.Csr.IHostedApplication GetApp (string appname);
abstract member GetApp : string -> Microsoft.Uii.Csr.IHostedApplication
override this.GetApp : string -> Microsoft.Uii.Csr.IHostedApplication
Protected Overridable Function GetApp (appname As String) As IHostedApplication

Parameters

appname
String

The name of the hosted control as configured in CRM

Returns

Reference to the application

Applies to