Collection_Int32_String ComplexType

Represents a dictionary of Int32 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.Int32 )

The keys in the collection.

Values Collection( Edm.String )

The values in the collection.

Used by

The following use the Collection_Int32_String ComplexType.

Name How used
AttributeAuditDetail DeletedAttributes Property

See also