Defines the directory server attribute to be used as the short name for a group. The default value of this property is samAccountName for the Active Directory service provider and cn for all other supported directory service providers.

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

ToggleSyntax

Visual Basic (Declaration)
Property GroupNameAttribute As String
C#
string GroupNameAttribute { get; set; }
Visual C++
property String^ GroupNameAttribute {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_groupNameAttribute();
function set_groupNameAttribute(value);

ToggleRemarks

ToggleSee Also