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

Indicates whether or not given positive permissions are set.

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

Syntax

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

Parameters

perm
Type: System..::.Int64
the positive permissions to be checked.

Return Value

boolean to indicate whether or not the positive permissions are set.

See Also