Represents a key-value pair where the name is stored as an XML attribute and the value is stored as the XML element's text content. Commonly used for representing sub-type, source, and other tagged metadata in WCF trace events.
TagValue
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.TagValue
02 Properties
03 Members
Name
Gets or sets the attribute name of this key-value pair.
Returns
A string containing the attribute name.
Value
Gets or sets the text content value of this key-value pair.
Returns
A string containing the text value.