The distinguished name (DN) or short name of the user or group to whom an access permission is granted.


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

Syntax

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

/** property */
public void set_GranteeName(string value);
JScript
public function get GranteeName() : String

public function set GranteeName(value : String);

Remarks

See Also