An object representing a key/value pair attribute, expressed as strings
Inheritance Hierarchy
PASI.DataContractKeyValuePair
Namespace: PASI.DataContract
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The KeyValuePair type exposes the following members.
Constructors
Name | Description | |
---|---|---|
KeyValuePair |
Properties
Name | Description | |
---|---|---|
Key | (Required)
The key of the attribute
| |
Value | (Required)
The value of the attribute
|
See Also