NameValue 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.
Represents a named text value.
public ref class NameValue sealed
public sealed class NameValue
type NameValue = class
Public NotInheritable Class NameValue
- Inheritance
-
NameValue
Constructors
| Name | Description |
|---|---|
| NameValue() |
Initializes an instance of the NameValue class. |
| NameValue(NameValue) |
Initializes an instance of the NameValue class that is identical to the provided NameValue object. |
| NameValue(String, String) |
Initializes an instance of the NameValue class by using the provided parameters. |
Properties
| Name | Description |
|---|---|
| Name |
Gets or sets the name of the value. |
| Value |
Gets and sets the content that the Name property value identifies. |
Methods
| Name | Description |
|---|---|
| ToString() |
Retrieves a string that contains the Name and Value property values. |