Intersoft ClientUI Documentation
MainType Property



Gets or sets the type name that represents the main element of the application package.
Syntax
Public Property MainType As String
Dim instance As ApplicationPackage
Dim value As String
 
instance.MainType = value
 
value = instance.MainType
public string MainType {get; set;}
public:
property String^ MainType {
   String^ get();
   void set (    String^ value);
}
Remarks
The type specified in the MainType property will be created during the application loading, which generally represent the element of the particular application.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApplicationPackage Class
ApplicationPackage Members

Concepts

Application Framework Overview

Send Feedback