Compartilhar via


PropertyValues.Item propriedade

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)

Sintaxe

'Declaração
Public Property Item ( _
    fieldName As String _
) As Object
    Get
    Set
'Uso
Dim instance As PropertyValues
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

Valor de propriedade

Tipo: System.Object
Retorna Object.

Ver também

Referência

PropertyValues classe

PropertyValues membros

Microsoft.SharePoint.Client namespace