Deployment Tools Foundation
FieldCount Property
Gets the number of fields in a record.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public int FieldCount { get; }
Public ReadOnly Property FieldCount As Integer Get
public: property int FieldCount { int get (); }
member FieldCount : int with get
Property Value
Remarks
Win32 MSI API: MsiRecordGetFieldCount
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)