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)

Syntax

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

/** property */
public void set_GroupNameAttribute(string value);
JScript
public function get GroupNameAttribute() : String

public function set GroupNameAttribute(value : String);

Remarks

See Also