public int ViewCount {get;}
public: __property int get_ViewCount();
public:
property int ViewCount {
int get();
}
'Declaration
Public ReadOnly Property ViewCount As Integer
'Usage
Dim instance As ImGearVectPage
Dim value As Integer
value = instance.ViewCount
Property Value
Non-negative integer value.