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
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
MaximumLengthString: null
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ