SPFieldRatingScale.GridNAOptionText - Propriété
Obtient ou définit le texte à afficher pour l'option non Applicable (n/a).
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property GridNAOptionText As String
Get
Set
'Utilisation
Dim instance As SPFieldRatingScale
Dim value As String
value = instance.GridNAOptionText
instance.GridNAOptionText = value
public string GridNAOptionText { get; set; }
Valeur de propriété
Type : System.String
Chaîne qui contient le texte à afficher.