Dynamicweb 8 Documentation
Item Property (ModuleCollection)

Gets or sets the element at the specified index.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _ 
   ByVal systemName As String _ 
) As Module
public new Module this[ 
   string systemName 
]; {get;}

Parameters

systemName

Property Value

The element at the specified index.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionindex is less than 0.-or-index is equal to or greater than Count.
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

ModuleCollection Class
ModuleCollection Members

Send Feedback