DynamicsBaseHostedControl.GetApp(String) Method
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.
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