
- Forum
- Programming Talk
- Microsoft .NET
- Help on Flag
Help on Flag
This is a discussion on Help on Flag within the Microsoft .NET forums, part of the Programming Talk category; I am creating my application using .NET and in that I want to permit unrestricted access to a particular resource. ...
-
Help on Flag
I am creating my application using .NET and in that I want to permit unrestricted access to a particular resource. For achieving this I want to do this by using flag. Are there any flags available for permitting unrestricted access to a particular resource? If so kindly suggest me on the same.
-
06-10-2007, 04:14 PM #2
- Join Date
- Apr 2006
- Answers
- 124
Yes you have flags for permitting unrestricted access to a particular resource. You can make use of PermissionState.Unrestricted flag to permit unrestricted access to a particular resource.

Reply With Quote





