Share via


SecurityUtil.getRolePermissions(Int64) Method

Definition

Gets a container of securable objects and their effective access.

public:
 static cli::array <System::Object ^> ^ getRolePermissions(long _roleID);
public static object[] getRolePermissions (long _roleID);
static member getRolePermissions : int64 -> obj[]
Public Shared Function getRolePermissions (_roleID As Long) As Object()

Parameters

_roleID
Int64

The role ID.

Returns

Object[]

A container of securable objects and their effective access.

Applies to