ListItem.Item Property
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Item ( _
fieldName As String _
) As Object
Get
Set
'Usage
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; }
Parameters
- fieldName
Type: System.String
Property Value
Type: System.Object
Returns Object.