Class ApplicationPermission
Single permission from application's permission set.
public sealed class ApplicationPermission
- Inheritance
-
objectApplicationPermission
- Extension Methods
Properties
CodeName
Code name.
public string CodeName { get; set; }
Property Value
- string
Name
Display name.
public string Name { get; set; }
Property Value
- string
Removable
Flag marking if the permission can be removed while editing the application permission set.
public bool Removable { get; set; }
Property Value
- bool
Selected
Flag marking if the permission is already in stored application permission set.
public bool Selected { get; set; }
Property Value
- bool