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)

Syntax

Visual Basic (Declaration)
Property UserDisplayNameAttribute As String
C#
string UserDisplayNameAttribute { get; set; }
C++
property string UserDisplayNameAttribute abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_UserDisplayNameAttribute();

/** property */
public void set_UserDisplayNameAttribute(string value);
JScript
public function get UserDisplayNameAttribute() : String

public function set UserDisplayNameAttribute(value : String);

Remarks

See Also