SPItem.Item property (String)
Obtém ou define um objeto de campo do item conforme o especificado nome interno do campo.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public MustOverride Default Property Item ( _
fieldName As String _
) As Object
Get
Set
'Uso
Dim instance As SPItem
Dim fieldName As String
Dim value As Object
value = instance(fieldName)
instance(fieldName) = value
public abstract Object this[
string fieldName
] { get; set; }
Parâmetros
fieldName
Type: System.StringUma seqüência de caracteres contendo o nome interno do campo.
Property value
Type: System.Object
Um object que representa o campo.