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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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 System.Collections.Specialized.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.