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)
Syntax
| 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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
MaximumLengthString: null
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ