[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 fileNumber As UInteger()
C#
public uint[] fileNumber { get; }
C++
public:
array<unsigned int>^ fileNumber {
	array<unsigned int>^ get ();
}