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
, 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<bool> value); } |
J# |
---|
/** property */ public Nullable<bool> get_ReturnNameAsDN(); /** property */ public void set_ReturnNameAsDN(Nullable<bool> value); |
JScript |
---|
public function get ReturnNameAsDN() : Nullable<bool> public function set ReturnNameAsDN(value : Nullable<bool>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: false
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ