Click or drag to resize

SetupConfigProductCode Property

Gets or sets the application product code. Should be kept the same accross application versions. Very important: is used to identify the application in the registry and is the key for application updates.

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

Property Value

Type: Guid
See Also