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