SetKind
Description
Sets the permission kind.
Note:
This method became available in version 7.1.0.
Syntax
VBScript
permission.
SetKind
kind
Perl
$permission->
SetKind
(
kind
);
Identifier
Description
permission
A Permission object obtained from the current session.
kind
A Long containing a numeric identifier for one of the PermissionKind constants.
Return value
None.
Parent topic:
Permission object methods
See also
PermissionKind constants
Feedback