ProductName Property

Summary

Gets or sets the name of product that will be used for message box captions.

Syntax
C#
VB
C++
public string ProductName { get; set; } 
  
Public Property ProductName As String 
public: 
property String^ ProductName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The product name.

Remarks

The value of this property is used in the installation.

Example

Refer to Install example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly