SPFieldChoice.ChoicesJumpTo property

Gets the internal field names of the possible survey questions that a user can jump to when responding to a choice question.

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

Syntax

'Declaration
Public ReadOnly Property ChoicesJumpTo As StringCollection
    Get
'Usage
Dim instance As SPFieldChoice
Dim value As StringCollection

value = instance.ChoicesJumpTo
public StringCollection ChoicesJumpTo { get; }

Property value

Type: System.Collections.Specialized.StringCollection
A StringCollection in which each string contains the internal name of a field that corresponds to a possible survey question. An entry at index i in this collection corresponds to the question to branch to for the choice at index i in the choices collection.

See also

Reference

SPFieldChoice class

SPFieldChoice members

Microsoft.SharePoint namespace