Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.