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)

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.

See also

Reference

SPField class

SPField members

Microsoft.SharePoint namespace