Click or drag to resize

UpgradeProductInfo.ProductName Property

Gets or sets the name of the product. [Related to the "DisplayName" property of the registry key.]

Namespace:  MicaSystems.Utils.Setup
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
[DataMemberAttribute]
[XmlAttributeAttribute]
public string ProductName { get; set; }

Property Value

Type: String
See Also