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

Set or unset given permissions in this set of 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
permissions
grant
Type: System..::.Boolean
true if permissions should be added to the set, false if they should be removed

See Also