Specifies whether a group or a user is being granted a permission.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property GranteeType As SecurityPrincipalType
C#
SecurityPrincipalType GranteeType { get; }
C++
property SecurityPrincipalType GranteeType abstract  {
    SecurityPrincipalType get();
}
J#
/** property */
public SecurityPrincipalType get_GranteeType();
JScript
public function get GranteeType() : SecurityPrincipalType

Remarks

See Also