Defines the directory server attribute to be used as the short name for a user. The default value of this property is unique to the directory service provider as follows:

  • Active Directory: samAccountName
  • Sun One: uid
  • Novell: cn
  • IBM: cn


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

Syntax

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

/** property */
public void set_UserNameAttribute(string value);
JScript
public function get UserNameAttribute() : String

public function set UserNameAttribute(value : String);

Remarks

See Also