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)

ToggleSyntax

Visual Basic (Declaration)
Property GranteeName As String
C#
string GranteeName { get; set; }
Visual C++
property String^ GranteeName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_granteeName();
function set_granteeName(value);

ToggleRemarks

ToggleSee Also