ResourceCount Property
The number of files and folders.
Syntax
[VB.NET] Public ReadOnlyProperty ResourceCount As Integer
[C#] public int ResourceCount {get;}
Remarks
This property holds the number of resources returned by ListResources. Set ResourceIndex to a value from 0 to ResourceCount to select a resource.
This property is read-only and not available at design time.
Default Value
0