The directory server attribute that holds the static members of a dynamic group. A dynamic group is often a hybrid group that contains both static and dynamic members. As an example, this property might identify the uniquemember attribute as that which holds the static members of the associated hybrid group.

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

ToggleSyntax

Visual Basic (Declaration)
Property DynamicGroupMemberAttribute As String
C#
string DynamicGroupMemberAttribute { get; set; }
Visual C++
property String^ DynamicGroupMemberAttribute {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_dynamicGroupMemberAttribute();
function set_dynamicGroupMemberAttribute(value);

ToggleRemarks

ToggleSee Also