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

Determine if the given permission is present in the Inherited Permissions.

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

Syntax

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

Parameters

perm
Type: System..::.Int64

Return Value

true if given permissions are all present in inherited permissions

See Also