[This is preliminary documentation and is subject to change.]
The role access constructor
Namespace:
OfficeClip.BusinessLayer.SecurityAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public RoleAccess( AccessFunction id, bool val ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ id As AccessFunction, _ val As Boolean _ ) |
| Visual C++ |
|---|
public: RoleAccess( AccessFunction id, bool val ) |
Parameters
- id
- Type: OfficeClip.Utils..::.AccessFunction
The id of the access function
- val
- Type: System..::.Boolean
The value of the access function
