FieldStringValues class
Represents a collection of key-value pairs that specify string values for fields.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.FieldStringValues
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Class FieldStringValues _
Inherits ClientObject
'Usage
Dim instance As FieldStringValues
public class FieldStringValues : ClientObject
Remarks
The FieldStringValues type contains CSOM expando fields. The value type for the CSOM expando fields must be CSOM String.
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.