TemplateNodeNameValues Property |
Gets any name/value pairs associated with this node. Currently this applies to
Template nodes only.
When applying an inner template replacement on a template, the inner template is expanded using the outer template's name/value pairs
PLUS any note-specific name/value pairs (with the node-specific values taking precedence).
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public NameValueCollection NameValues { get; }
Public ReadOnly Property NameValues As NameValueCollection
Get
Property Value
Type:
NameValueCollectionSee Also