Collection_String_String ComplexType
Represents a dictionary of string and string values
Properties
The properties of a complex type contain the structured data of the type.
| Name | Type | Details |
|---|---|---|
| Count | Edm.Int32 |
The number of values in the collection. |
| Keys | Collection( Edm.String ) |
The keys in the collection. |
| Values | Collection( Edm.String ) |
The values in the collection. |
Used by
The following use the Collection_String_String ComplexType.
| Name | How used |
|---|---|
| ValidatorIssue | OptionalPropertyBag Property |
| SolutionComponentDetails | Attributes Property |