CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
permission_state.h
1
2#ifndef _permission_state_h_
3#define _permission_state_h_
4
5namespace System { namespace Security { namespace Permissions {
6
9{
11 Unrestricted = 1,
13 None = 0
14};
15
16}}}
17
18#endif
PermissionState
State of permission.
Definition: permission_state.h:9
@ Unrestricted
Full access to the resource protected by the permission.
Definition: db_command.h:9