Gets the name of the printer bin.
'Declaration
Public ReadOnly Property Name As String
'Usage
Dim instance As PaperBin
Dim value As String
value = instance.Name
public string Name {get;}
public: __property string* get_Name();
public:
property String^ Name {
String^ get();
}
Property Value
A string value which represents the name of the printer bin.