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
  • ADAM: cn
  • OID: cn

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

ToggleSyntax

Visual Basic (Declaration)
Property UserNameAttribute As String
C#
string UserNameAttribute { get; set; }
Visual C++
property String^ UserNameAttribute {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_userNameAttribute();
function set_userNameAttribute(value);

ToggleRemarks

ToggleSee Also