SPMobileChoiceField.WarningMessage Property

NOTE: This API is now obsolete.

Gets a message warning that not all the options are visible.

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

Syntax

'Declaration
<ObsoleteAttribute("Do not use this property since it is deprecated.")> _
Protected Overridable ReadOnly Property WarningMessage As String
    Get
'Usage
Dim value As String

value = Me.WarningMessage
[ObsoleteAttribute("Do not use this property since it is deprecated.")]
protected virtual string WarningMessage { get; }

Property Value

Type: System.String
A String that not all the possible options for the choice field are visible.

Remarks

This message is used when OptionCount exceeds the value of OptionNumberLimit.

See Also

Reference

SPMobileChoiceField Class

SPMobileChoiceField Members

Microsoft.SharePoint.MobileControls Namespace