This property is not supported.


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

Syntax

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

/** property */
public void set_DynamicGroupMemberAttribute(string value);
JScript
public function get DynamicGroupMemberAttribute() : String

public function set DynamicGroupMemberAttribute(value : String);

Remarks

See Also