PropertyValues.Item - Propriété
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property Item ( _
fieldName As String _
) As Object
Get
Set
'Utilisation
Dim instance As PropertyValues
Dim fieldName As String
Dim value As Object
value = instance.Item(fieldName)
instance.Item(fieldName) = value
public Object this[
string fieldName
] { get; set; }
Paramètres
- fieldName
Type : System.String
Valeur de propriété
Type : System.Object
Retourne Object.