SPField.JumpToField property
會取得代表下一個問題的使用者所採取的調查,取決於其授與目前問題的答案欄位的名稱。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property JumpToField As String
Get
Set
'用途
Dim instance As SPField
Dim value As String
value = instance.JumpToField
instance.JumpToField = value
public string JumpToField { get; set; }
Property value
Type: System.String
包含使用者所要採取的欄位名稱的字串。