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

Determine if the given permission is present in these Permissions.

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

Syntax

public bool HasPermission(
	long perm
)
Public Function HasPermission ( _
	perm As Long _
) As Boolean
public:
bool HasPermission(
	long long perm
)

Parameters

perm
Type: System..::.Int64
permissions

Return Value

true if given permissions are all present

See Also