Gets the destination printer for this user.

Namespace:  Asi.iBO
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string PrinterDestination { get; }
Visual Basic (Declaration)
Public ReadOnly Property PrinterDestination As String
Visual C++
public:
property String^ PrinterDestination {
	String^ get ();
}

See Also