 | ModulePermissionCollection.Item Property |
Namespace:
Dynamicweb.Security.UserManagement
Assembly:
Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntaxpublic ModulePermission this[
string moduleSystemName
] { get; set; }
Public Property Item (
moduleSystemName As String
) As ModulePermission
Get
Set
Parameters
- moduleSystemName
- Type: System.String
Property Value
Type:
ModulePermission
See Also