Share via


SPMobileMultiChoiceField.MultiChoiceField Property

Gets the field that the SPMobileMultiChoiceField control is rendering.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property MultiChoiceField As SPFieldMultiChoice
    Get
'Usage
Dim instance As SPMobileMultiChoiceField
Dim value As SPFieldMultiChoice

value = instance.MultiChoiceField
public SPFieldMultiChoice MultiChoiceField { get; }

Property Value

Type: Microsoft.SharePoint.SPFieldMultiChoice
An SPFieldMultiChoice object that represents the field that is being rendered.

Remarks

Calling code should use this property rather than the inherited Field property because the conversion from the SPField object to a SPFieldMultiChoice object is already complete.

See Also

Reference

SPMobileMultiChoiceField Class

SPMobileMultiChoiceField Members

Microsoft.SharePoint.MobileControls Namespace