ExternalApplication(Guid, String, String) Constructor
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.
Constructor when creating an external application hosted within or by UII.
public:
ExternalApplication(Guid appID, System::String ^ appName, System::String ^ initString);
public ExternalApplication (Guid appID, string appName, string initString);
new Microsoft.Uii.Csr.ExternalApplication : Guid * string * string -> Microsoft.Uii.Csr.ExternalApplication
Public Sub New (appID As Guid, appName As String, initString As String)
Parameters
- appID
- Guid
Application ID for the control.
- appName
- String
Name of the Application/
- initString
- String
Initialization string used to set the control.