FieldCount Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation FieldCount Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerRecordFieldCount
Gets the number of fields in a record.
Declaration Syntax
C# Visual Basic Visual C++
public int FieldCount { get; }
Public ReadOnly Property FieldCount As Integer
	Get
public:
property int FieldCount {
	int get ();
}
Property Value
Remarks

Win32 MSI API: MsiRecordGetFieldCount

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)