Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
12345678910 |
- using System.Security.AccessControl;
-
- namespace Security2
- {
- public class FileSystemFlags
- {
- public InheritanceFlags InheritanceFlags { get; set; }
- public PropagationFlags PropagationFlags { get; set; }
- }
- }
|