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