FieldMultiChoice Class
Specifies a field that contains one or more values from a set of specified values.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Field
Microsoft.SharePoint.Client.FieldMultiChoice
Microsoft.SharePoint.Client.FieldChoice
Microsoft.SharePoint.Client.FieldRatingScale
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.FieldMultiChoice", ServerTypeId := "{284c160f-3783-4344-a471-80e032719f26}")> _
Public Class FieldMultiChoice _
Inherits Field
'Usage
Dim instance As FieldMultiChoice
[ScriptTypeAttribute("SP.FieldMultiChoice", ServerTypeId = "{284c160f-3783-4344-a471-80e032719f26}")]
public class FieldMultiChoice : Field
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.