'Declaration
Public Property PageCount As System.Integer
'Usage
Dim instance As DocumentAttributes
Dim value As System.Integer
instance.PageCount = value
value = instance.PageCount
public System.int PageCount {get; set;}
public read-write property PageCount: System.Integer;
public function get,set PageCount : System.int
public: __property System.int get_PageCount();
public: __property void set_PageCount(
System.int value
);
public:
property System.int PageCount {
System.int get();
void set ( System.int value);
}