PrintSystemObject::Name Property

 

Gets the name of the object.

Namespace:   System.Printing
Assembly:  System.Printing (in System.Printing.dll)

public:
property String^ Name {
	virtual String^ get();
	internal: virtual void set(String^ value);
}

Property Value

Type: System::String^

A String that represents the name of the object.

.NET Framework
Available since 3.0
Return to top
Show: