CharacterCount Property

Microsoft Deployment Tools

Deployment Tools Foundation CharacterCount Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerSummaryInfoCharacterCount
Gets or sets the CharacterCount summary information property.
Declaration Syntax
C# Visual Basic Visual C++
public int CharacterCount { get; set; }
Public Property CharacterCount As Integer
public:
property int CharacterCount {
	int get ();
	void set (int value);
}
Remarks

The CharacterCount summary information property is only used in transforms. This part of the summary information stream is divided into two 16-bit words. The upper word contains the transform validation flags. The lower word contains the transform error condition flags.

Win32 MSI APIs: MsiSummaryInfoGetProperty, MsiSummaryInfoSetProperty

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)