Gets the destination printer for this user.

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

Syntax

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

See Also