The attribute providing the distinguished name of the group.

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

ToggleSyntax

Visual Basic (Declaration)
Property GroupDNAttribute As String
C#
string GroupDNAttribute { get; set; }
Visual C++
property String^ GroupDNAttribute {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_groupDNAttribute();
function set_groupDNAttribute(value);

ToggleSee Also