FieldRatingScale Class
Specifies a field that contains rating scale values for a survey list.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Field
Microsoft.SharePoint.Client.FieldMultiChoice
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.FieldRatingScale", ServerTypeId := "{66d84fdd-bdb2-4e21-bed0-67f3eab33de4}")> _
Public Class FieldRatingScale _
Inherits FieldMultiChoice
'Usage
Dim instance As FieldRatingScale
[ScriptTypeAttribute("SP.FieldRatingScale", ServerTypeId = "{66d84fdd-bdb2-4e21-bed0-67f3eab33de4}")]
public class FieldRatingScale : 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.