Represents set of assembly permissions in the database structure.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public enum PermissionSet |
| Visual Basic (Declaration) |
|---|
Public Enumeration PermissionSet |
| Visual C++ |
|---|
public enum class PermissionSet |
Members
| Member name | Description | |
|---|---|---|
| Safe | Safe. | |
| ExternalAccess | External access. | |
| Unsafe | Unsafe. |