Compartilhar via


SPMobileChoiceField.OptionCount property

Obtém o número de opções que o campo contém.

Namespace:  Microsoft.SharePoint.Mobile.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Overridable ReadOnly Property OptionCount As Integer
    Get
'Uso
Dim instance As SPMobileChoiceField
Dim value As Integer

value = instance.OptionCount
public virtual int OptionCount { get; }

Property value

Type: System.Int32
Um Int32 que representa o número total de opções que estão contidos no campo.

Comentários

Algumas das opções não são processadas em um site móvel se o total exceder OptionNumberLimit.

Ver também

Referência

SPMobileChoiceField class

SPMobileChoiceField members

Microsoft.SharePoint.Mobile.WebControls namespace