Project.Type Property |
Gets or sets the type of this project.
[VBScript] Public Property Type As HpProjectType
[JScript] public function get Type() : HpProjectType; public function set Type(HpProjectType);
A enumeration value indicating the type of this project.
HpProjectType
enumeration values:
Value | Type |
---|---|
hpHelpCustom | Custom help project. |
hpHelpV1 | HTML Help 1.0 project. |
hpHelpV2 | Microsoft Help 2.0 project. |