[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Syntax

Visual Basic (Declaration)
Public ReadOnly Property nHeaderMessages As UInteger
C#
public uint nHeaderMessages { get; }
C++
public:
unsigned int nHeaderMessages {
	unsigned int get ();
}