Dynamicweb 8 Documentation
Properties Property
Example 

Gets or sets a Properties object with values of the settings set when this instance of the module was attached to a paragraph.
Syntax
'Declaration
 
Public Property Properties As Properties
public Properties Properties {get; set;}
Example
template.SetTag("Text", Properties.Value("HelloText"))
template.SetTag("Text", Properties.Values["HelloText"]);
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

ContentModule Class
ContentModule Members

Send Feedback