SPFieldMultiColumnValue.Item property
Obtém ou define o valor da "coluna" no índice especificado.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Default Property Item ( _
index As Integer _
) As String
Get
Set
'Uso
Dim instance As SPFieldMultiColumnValue
Dim index As Integer
Dim value As String
value = instance(index)
instance(index) = value
public string this[
int index
] { get; set; }
Parâmetros
index
Type: System.Int32O índice em relação às "colunas".
Property value
Type: System.String