FieldCount Property

Microsoft Deployment Tools

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
public:
property int FieldCount {
	int get ();
}
Remarks

Win32 MSI API: MsiRecordGetFieldCount

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