Name of the app which is using the file loader

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public string AppName { get; set; }
Visual Basic (Declaration)
Public Property AppName As String
Visual C++
public:
property String^ AppName {
	String^ get ();
	void set (String^ value);
}

See Also