Dynamicweb 8 Documentation
AddParameter Method

Syntax
'Declaration
 
Public Sub AddParameter( _ 
   ByVal name As String, _ 
   ByVal defaultValue As String, _ 
   ByVal description As String _ 
) 
public void AddParameter( 
   string name,
   string defaultValue,
   string description 
)

Parameters

name
defaultValue
description
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

TrackAndTrace Class
TrackAndTrace Members

Send Feedback