de la propiedad ListItem.Item
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
Public Property Item ( _
fieldName As String _
) As Object
Get
Set
'Uso
Dim instance As ListItem
Dim fieldName As String
Dim value As Object
value = instance.Item(fieldName)
instance.Item(fieldName) = value
public Object this[
string fieldName
] { get; set; }
Parámetros
- fieldName
Tipo: System.String
Valor de propiedad
Tipo: System.Object
Devuelve Object.