Dynamicweb 8 Documentation
Item Property (ModulePermissionCollection)

Module system name for which module permission should be retrieved/set.
Gets or sets module permission for desired module.
Syntax
'Declaration
 
Public Shadows Default Property Item( _ 
   ByVal moduleSystemName As String _ 
) As ModulePermission
public new ModulePermission this[ 
   string moduleSystemName 
]; {get; set;}

Parameters

moduleSystemName
Module system name for which module permission should be retrieved/set.

Property Value

Module permission.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ModulePermissionCollection Class
ModulePermissionCollection Members

Send Feedback