Deployment Tools Foundation
CharacterCount Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► SummaryInfo ► CharacterCount
Gets or sets the CharacterCount summary information property.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public int CharacterCount { get; set; }
Public Property CharacterCount As Integer Get Set
public: property int CharacterCount { int get (); void set (int value); }
member CharacterCount : int with get, set
Property 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.dll) Version: 3.0.0.0 (3.11.1.2318)