FieldChoice Class
Represents a choice field control.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Field
Microsoft.SharePoint.Client.FieldMultiChoice
Microsoft.SharePoint.Client.FieldChoice
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.FieldChoice", ServerTypeId := "{a0b73943-fabc-47d3-b2c8-ec41b1216b1d}")> _
Public Class FieldChoice _
Inherits FieldMultiChoice
'Usage
Dim instance As FieldChoice
[ScriptTypeAttribute("SP.FieldChoice", ServerTypeId = "{a0b73943-fabc-47d3-b2c8-ec41b1216b1d}")]
public class FieldChoice : FieldMultiChoice
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.