Dynamicweb 8 Documentation
FilterSetting Constructor(String,String)

Setting name.
Setting value.
Initializes a new instance of an object.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal name As String, _ 
   ByVal value As String _ 
)
public FilterSetting( 
   string name,
   string value 
)

Parameters

name
Setting name.
value
Setting value.
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

FilterSetting Class
FilterSetting Members
Overload List

Send Feedback