Gets the number of paper objects in the papers collection.
public override int Count {get;}
public: __property int get_Count() override;
public:
property int Count {
int get() override;
}
'Declaration
Public Overrides ReadOnly Property Count As Integer
'Usage
Dim instance As PaperCollection
Dim value As Integer
value = instance.Count
Property Value
An integer value which represents the number of
Paper objects in the papers collection.