Specifies whether to return the user or group name in Distinguished Name (DN) format for Active
Directory Service provider. By default, the Active Directory Service provider returns the user and group
names in UPN format. If this property is set to True, the service provider returns the names in
DN format, which is consistent with other types of directory service providers.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Property ReturnNameAsDN As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> ReturnNameAsDN { get; set; } |
Visual C++ |
---|
property Nullable<bool> ReturnNameAsDN {
Nullable<bool> get ();
void set (Nullable<bool> value);
} |
JavaScript |
---|
function get_returnNameAsDN();
function set_returnNameAsDN(value); |