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)

ToggleSyntax

Visual Basic (Declaration)
Property GroupDisplayNameAttribute As String
C#
string GroupDisplayNameAttribute { get; set; }
Visual C++
property String^ GroupDisplayNameAttribute {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_groupDisplayNameAttribute();
function set_groupDisplayNameAttribute(value);

ToggleRemarks

ToggleSee Also