ClientValueCollection.Item propriedade
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public ReadOnly Property Item ( _
index As Integer _
) As ClientValue
Get
'Uso
Dim instance As ClientValueCollection
Dim index As Integer
Dim value As ClientValue
value = instance.Item(index)
public ClientValue this[
int index
] { get; }
Parâmetros
- index
Tipo: System.Int32
Valor de propriedade
Tipo: Microsoft.SharePoint.Client.ClientValue