FieldValueDictionary.Item - Propriété (String)
Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.
Espace de noms : Microsoft.SharePoint.BusinessData.Runtime
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Default Property Item ( _
fieldDotNotation As String _
) As Object
Get
Set
'Utilisation
Dim instance As FieldValueDictionary
Dim fieldDotNotation As String
Dim value As Object
value = instance(fieldDotNotation)
instance(fieldDotNotation) = value
public Object this[
string fieldDotNotation
] { get; set; }
Paramètres
- fieldDotNotation
Type : System.String
Valeur de propriété
Type : System.Object
Retourne Object.
Implémentations
IFieldValueDictionary.Item[String]