PropertyValues.Item-Eigenschaft
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.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 PropertyValues
Dim fieldName As String
Dim value As Object
value = instance.Item(fieldName)
instance.Item(fieldName) = value
public Object this[
string fieldName
] { get; set; }
Parameter
- fieldName
Typ: System.String
Eigenschaftswert
Typ: System.Object
Gibt Object zurück.