Identifies the client application used to create the object.

Namespace:  FileNet.Api.Query
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property ApplicationName As String
C#
string ApplicationName { get; set; }
Visual C++
property String^ ApplicationName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_applicationName();
function set_applicationName(value);

ToggleRemarks

ToggleSee Also