Dynamicweb 8 Documentation
Contains(String) Method

Name of the system.
Determines whether contains a moduke with the specified system name.
Syntax
'Declaration
 
Public Overloads Function Contains( _ 
   ByVal systemName As String _ 
) As Boolean
public bool Contains( 
   string systemName 
)

Parameters

systemName
Name of the system.

Return Value

true if collection contains the specified system name; otherwise, false.
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
Overload List

Send Feedback