Gets the number of paper bins in the collection.
public override int Count {get;}
public: __property int get_Count() override;
public:
property int Count {
int get() override;
}
Property Value
An integer which represents the number of
PaperBin objects in the collection.