Gets the destination of files for this user.

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

Syntax

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

See Also