In This Topic

ItemCount Property (ThumbnailEx)

In This Topic
Syntax
'Declaration

 

Public ReadOnly Property ItemCount As Integer
public int ItemCount {get;}
public read-only property ItemCount: Integer; 
public function get ItemCount : int
public: __property int get_ItemCount();
public:

property int ItemCount {

   int get();

}
See Also