A user-intelligible name for the object.

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

ToggleSyntax

Visual Basic (Declaration)
Property DisplayName As String
C#
string DisplayName { get; set; }
Visual C++
property String^ DisplayName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_displayName();
function set_displayName(value);

ToggleSee Also