'Declaration
 
Public ReadOnly Property PageCount As Integer
             
        
            
            'Usage
 
Dim instance As Document
Dim value As Integer
 
value = instance.PageCount
             
        
            
            public int PageCount {get;}
             
        
            
            public: __property int get_PageCount();
             
        
            
            public:
property int PageCount {
   int get();
}