EdmStructuredType.PropertiesDictionary Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)