Gets the ID of the paper.
'Declaration
Public ReadOnly Property Id As Integer
'Usage
Dim instance As Paper
Dim value As Integer
value = instance.Id
public: __property int get_Id();
public:
property int Id {
int get();
}
Property Value
An integer which represents the ID of the paper.