SPField.JumpToField Property
Gets the name of a field that represents the next question to which users are taken in a survey, which is dependent on the answer they give to the current question.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property JumpToField As String
Get
Set
'Usage
Dim instance As SPField
Dim value As String
value = instance.JumpToField
instance.JumpToField = value
public string JumpToField { get; set; }
Property Value
Type: System.String
A string that contains the name of the field to which users are taken.