ApplicationHost.AddDynamicApplication(ApplicationRecord) Method

Definition

Adds an a dynamic application to the application host

public:
 void AddDynamicApplication(Microsoft::Uii::Common::Entities::ApplicationRecord ^ appRecord);
public void AddDynamicApplication (Microsoft.Uii.Common.Entities.ApplicationRecord appRecord);
member this.AddDynamicApplication : Microsoft.Uii.Common.Entities.ApplicationRecord -> unit
Public Sub AddDynamicApplication (appRecord As ApplicationRecord)

Parameters

appRecord
ApplicationRecord

Specifies the application record

Applies to