NamedValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class representing a single named value (name and value pair).
public sealed class NamedValue
type NamedValue = class
Public NotInheritable Class NamedValue
- Inheritance
-
NamedValue
Constructors
NamedValue(String, LiteralToken) |
Create a new NamedValue lookup given name and value. |
Properties
Name |
The name of the value. Or null if the name was not used for this value. |
Value |
The value - a literal. |