The attribute providing the distinguished name of the user.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property UserDNAttribute As String |
| C# |
|---|
string UserDNAttribute { get; set; } |
| Visual C++ |
|---|
property String^ UserDNAttribute { String^ get (); void set (String^ value); } |
| JavaScript |
|---|
function get_userDNAttribute(); function set_userDNAttribute(value); |