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)

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