| Visual Basic (Declaration) | |
|---|---|
Public Property ProductName As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string ProductName {get; set;} | |
Return Value
The product name.Refer to Install example.
The value of this property is used in the installation.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code