Specifies the directory server attribute to be used as the display name for a user. The default property value is dependent on the directory server type and is specified by the authentication provider's configuration.

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

ToggleSyntax

Visual Basic (Declaration)
Property UserDisplayNameAttribute As String
C#
string UserDisplayNameAttribute { get; set; }
Visual C++
property String^ UserDisplayNameAttribute {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_userDisplayNameAttribute();
function set_userDisplayNameAttribute(value);

ToggleRemarks

ToggleSee Also