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)

Syntax

Visual Basic (Declaration)
Property ReturnNameAsDN As Nullable(Of Boolean)
C#
Nullable<bool> ReturnNameAsDN { get; set; }
C++
property Nullable<bool> ReturnNameAsDN abstract  {
    Nullable<bool> get();
    void set(Nullable<boolvalue);
}
J#
/** property */
public Nullable<bool> get_ReturnNameAsDN();

/** property */
public void set_ReturnNameAsDN(Nullable<boolvalue);
JScript
public function get ReturnNameAsDN() : Nullable<bool>

public function set ReturnNameAsDN(value : Nullable<bool>);

Remarks

See Also