[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Creates a given sets of positive and negative permissions.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public AdminPermissions( long positive_perms, long negative_perms ) |
Public Sub New ( _ positive_perms As Long, _ negative_perms As Long _ ) |
public: AdminPermissions( long long positive_perms, long long negative_perms ) |
Parameters
- positive_perms
- Type: System..::.Int64
the positive permissions.
- negative_perms
- Type: System..::.Int64
the negative permissions.