The name for the system user account.

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

ToggleSyntax

Visual Basic (Declaration)
Property SystemUserName As String
C#
string SystemUserName { get; set; }
Visual C++
property String^ SystemUserName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_systemUserName();
function set_systemUserName(value);

ToggleSee Also