PropertyValues Class
Contains CSOM expando properties, which is a collection name value pairs. 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.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.PropertyValues
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.PropertyValues", ServerTypeId := "{3973524d-2d5a-4683-aa39-38a2acc6e63c}")> _
Public Class PropertyValues _
Inherits ClientObject
'Usage
Dim instance As PropertyValues
[ScriptTypeAttribute("SP.PropertyValues", ServerTypeId = "{3973524d-2d5a-4683-aa39-38a2acc6e63c}")]
public class PropertyValues : ClientObject
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.