DynamicType.Item - Propriété
Obtient un élément à une clé spécifique.
Espace de noms : Microsoft.BusinessData.Runtime
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Public Property Item ( _
key As String _
) As Object
Get
Set
'Utilisation
Dim instance As DynamicType
Dim key As String
Dim value As Object
value = instance.Item(key)
instance.Item(key) = value
public Object this[
string key
] { get; set; }
Paramètres
key
Type : System.StringLa clé de l'élément.
Valeur de propriété
Type : System.Object
L'élément recherché.