PrintQueue::FullName Property

 

Gets the complete name of the queue.

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

public:
property String^ FullName {
	String^ get();
}

Property Value

Type: System::String^

The complete name of the print queue.

For print queues on the local print server, this property's value is identical to Name, otherwise it includes the full UNC (Universal Naming Convention) name.

The PrintQueue object also has writeable Name and ShareName properties.

The following example shows how to use this property while merging two print tickets.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: