Dynamicweb 8 Documentation
Tags Property (Message)

Gets a dictionary containing all message body tags. These tags will be rendered into the message by the message merger. The tag values can contain the tags available in the Constants class. All tag constants start with "TAG_".
Syntax
'Declaration
 
Public ReadOnly Property Tags As Dictionary(Of String,Object)
public Dictionary<string,object> Tags {get;}
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

Message Class
Message Members

Send Feedback