SecurityUtil.getRoleEffectiveAccess(Int64, String, Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an effective access for role value of securable object.
public:
static int getRoleEffectiveAccess(long _roleID, System::String ^ _secObjectName, int _secObjectType, System::String ^ _secObjectChildName);
public static int getRoleEffectiveAccess (long _roleID, string _secObjectName, int _secObjectType, string _secObjectChildName);
static member getRoleEffectiveAccess : int64 * string * int * string -> int
Public Shared Function getRoleEffectiveAccess (_roleID As Long, _secObjectName As String, _secObjectType As Integer, _secObjectChildName As String) As Integer
Parameters
- _roleID
- Int64
- _secObjectName
- String
- _secObjectType
- Int32
- _secObjectChildName
- String
Returns
The effective access value.