Share via


EdmStructuredType.PropertiesDictionary Property

Definition

Gets a dictionary of the properties in this type definition for faster lookup.

protected System.Collections.Generic.IDictionary<string,Microsoft.OData.Edm.IEdmProperty> PropertiesDictionary { get; }
member this.PropertiesDictionary : System.Collections.Generic.IDictionary<string, Microsoft.OData.Edm.IEdmProperty>
Protected ReadOnly Property PropertiesDictionary As IDictionary(Of String, IEdmProperty)

Property Value

Applies to