diff options
| author | Roy <Roy.mail.net@gmail.com> | 2022-10-03 17:23:39 +0300 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2022-10-03 17:23:39 +0300 |
| commit | 7486c4b6585aaf20f31c52cbd958325dcecc0277 (patch) | |
| tree | 0fb5aa9d68ae6bdf5fc4585710743861c3203d35 /Software/Visual_Studio/Tango.BL/DTO | |
| parent | 6577b5da46b2f6aaa5724f43334fa7eedd99b05d (diff) | |
| download | Tango-7486c4b6585aaf20f31c52cbd958325dcecc0277.tar.gz Tango-7486c4b6585aaf20f31c52cbd958325dcecc0277.zip | |
Prevent Remote Machine Access
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/DTO/UserDTOBase.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/UserDTOBase.cs b/Software/Visual_Studio/Tango.BL/DTO/UserDTOBase.cs index 33b5991e3..e7c601830 100644 --- a/Software/Visual_Studio/Tango.BL/DTO/UserDTOBase.cs +++ b/Software/Visual_Studio/Tango.BL/DTO/UserDTOBase.cs @@ -85,5 +85,13 @@ namespace Tango.BL.DTO get; set; } + /// <summary> + /// prevent remote machine access + /// </summary> + public Boolean PreventRemoteMachineAccess + { + get; set; + } + } } |
