EndpointCollection ComplexType
A collection of service endpoints.
Properties
The properties of a complex type contain the structured data of the type.
| Name | Type | Details |
|---|---|---|
| Count | Edm.Int32 |
The number of elements in the collection. |
| IsReadOnly | Edm.Boolean |
Whether the DataCollection is read-only |
| Keys | Collection(EndpointType) |
Collection containing the keys in the DataCollection. |
| Values | Collection( Edm.String ) |
Collection containing the values in the DataCollection. |
Used by
The following use the EndpointCollection ComplexType.
| Name | How used |
|---|---|
| OrganizationDetail | Endpoints Property |