SPFieldChoice.FillinChoiceJumpTo Property

Gets or sets the survey question to jump to in a choice question that allows the user to fill in a response.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Property FillinChoiceJumpTo As String
    Get
    Set
'Usage
Dim instance As SPFieldChoice
Dim value As String

value = instance.FillinChoiceJumpTo

instance.FillinChoiceJumpTo = value
public string FillinChoiceJumpTo { get; set; }

Property Value

Type: System.String
A string that contains the internal name of the survey question to jump to when the fill-in choice is selected.

See Also

Reference

SPFieldChoice Class

SPFieldChoice Members

Microsoft.SharePoint Namespace