[TIBCO.EMS .NET Admin client library 6.0 documentation]

Set or unset positive permissions.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public void SetPermission(
	long perm,
	bool grant
)
Public Sub SetPermission ( _
	perm As Long, _
	grant As Boolean _
)
public:
void SetPermission(
	long long perm, 
	bool grant
)

Parameters

perm
Type: System..::.Int64
positive permissions to be granted or revoked.
grant
Type: System..::.Boolean
true if the permissions are to be granted and false if the permissions are to be revoked.

See Also