SPMobileMultiChoiceField.ChoiceOptionTexts property
Obtém os possíveis valores do campo como cadeias de caracteres.
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Protected Overrides ReadOnly Property ChoiceOptionTexts As StringCollection
Get
'Uso
Dim value As StringCollection
value = Me.ChoiceOptionTexts
protected override StringCollection ChoiceOptionTexts { get; }
Property value
Type: System.Collections.Specialized.StringCollection
Os possíveis valores do campo.
Ver também
Referência
SPMobileMultiChoiceField class