FieldRatingScaleQuestionAnswer Class
Represents a specific sub question and answer within a rating scale field of a list item.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.FieldRatingScaleQuestionAnswer
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.FieldRatingScaleQuestionAnswer", ValueObject := True, _
ServerTypeId := "{9b88fe8e-47cd-4ddc-9d66-0d12d70dde28}")> _
Public NotInheritable Class FieldRatingScaleQuestionAnswer _
Inherits ClientValueObject
'Usage
Dim instance As FieldRatingScaleQuestionAnswer
[ScriptTypeAttribute("SP.FieldRatingScaleQuestionAnswer", ValueObject = true,
ServerTypeId = "{9b88fe8e-47cd-4ddc-9d66-0d12d70dde28}")]
public sealed class FieldRatingScaleQuestionAnswer : ClientValueObject
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.