PropertyValues class
Contains CSOM expando properties, which is a collection name value pairs.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.PropertyValues
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Class PropertyValues _
Inherits ClientObject
'Usage
Dim instance As PropertyValues
public class PropertyValues : ClientObject
Remarks
The CSOM expando field name is the name part in the name value pair. The CSOM expand property value is the value part in the name value pair.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.