The group to which the Content Engine user account name specified in UserName belongs. Only members of this group are allowed to add to, modify, or read the Verity collection.


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

Syntax

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

/** property */
public void set_UserGroup(string value);
JScript
public function get UserGroup() : String

public function set UserGroup(value : String);

Remarks

See Also