EdmStructuredType.PropertiesDictionary Property

Gets the key and value properties.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Protected ReadOnly Property PropertiesDictionary As IDictionary(Of String, IEdmProperty)
    Get
'Usage
Dim value As IDictionary(Of String, IEdmProperty)

value = Me.PropertiesDictionary
protected IDictionary<string, IEdmProperty> PropertiesDictionary { get; }
protected:
property IDictionary<String^, IEdmProperty^>^ PropertiesDictionary {
    IDictionary<String^, IEdmProperty^>^ get ();
}
member PropertiesDictionary : IDictionary<string, IEdmProperty>
function get PropertiesDictionary () : IDictionary<String, IEdmProperty>

Property Value

Type: System.Collections.Generic.IDictionary<String, IEdmProperty>
The key and value properties.

See Also

Reference

EdmStructuredType Class

Microsoft.Data.Edm.Library Namespace