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
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property GridNAOptionText As String
Get
Set
'Usage
Dim instance As FieldRatingScale
Dim value As String
value = instance.GridNAOptionText
instance.GridNAOptionText = value
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.