[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 headerSize As ULong
C#
public ulong headerSize { get; }
C++
public:
unsigned long long headerSize {
	unsigned long long get ();
}