ListItem.Properties property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Properties As PropertyValues
Get
'Usage
Dim instance As ListItem
Dim value As PropertyValues
value = instance.Properties
public PropertyValues Properties { get; }
Property value
Type: Microsoft.SharePoint.Client.PropertyValues