FieldRatingScale.GridNAOptionText Property
Gets or sets a value that specifies the display text corresponding to the choice in the rating scale that indicates the non-applicable option.
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
<RemoteAttribute> _
Public Property GridNAOptionText As String
Get
Set
'Usage
Dim instance As FieldRatingScale
Dim value As String
value = instance.GridNAOptionText
instance.GridNAOptionText = value
[RemoteAttribute]
public string GridNAOptionText { get; set; }
Property Value
Type: System.String
Returns a String instance representing the display text corresponding to the choice in the rating scale that indicates the non-applicable option.