Specifies the directory server attribute to be used as the display name for a group. The default property value is dependent on the directory service type and is specified by the authentication provider's configuration.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Property GroupDisplayNameAttribute As String
C#
string GroupDisplayNameAttribute { get; set; }
C++
property string GroupDisplayNameAttribute abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_GroupDisplayNameAttribute();

/** property */
public void set_GroupDisplayNameAttribute(string value);
JScript
public function get GroupDisplayNameAttribute() : String

public function set GroupDisplayNameAttribute(value : String);

Remarks

See Also