NameValuePair
The NameValuePair complex type is a name/value pair that can be set or retrieved.
Properties
Name | Type | Nullable | Description |
---|---|---|---|
Name |
Edm.String |
False |
The name in the name/value pair. |
Value |
Edm.String |
False |
The value in the name/value pair. |