Partager via


Propriété EdmStructuredType.PropertiesDictionary

Obtient les propriétés de valeur et de clé.

Espace de noms :  Microsoft.Data.Edm.Library
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

'Déclaration
Protected ReadOnly Property PropertiesDictionary As IDictionary(Of String, IEdmProperty)
    Get
'Utilisation
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>

Valeur de propriété

Type : System.Collections.Generic.IDictionary<String, IEdmProperty>
Propriétés de valeur et de clé.

Voir aussi

Référence

EdmStructuredType Classe

Espace de noms Microsoft.Data.Edm.Library