共用方式為


SPFieldTypeDefinition.ShowOnSurveyCreate property

取得布林值,這個值,指出是否要將欄位型別顯示問卷的 [新的問題] 網頁上的選項。

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

Syntax

'宣告
Public ReadOnly Property ShowOnSurveyCreate As Boolean
    Get
'用途
Dim instance As SPFieldTypeDefinition
Dim value As Boolean

value = instance.ShowOnSurveyCreate
public bool ShowOnSurveyCreate { get; }

Property value

Type: System.Boolean
true如果欄位型別顯示為新的問題] 網頁中 ; 在選項否則, false。

請參閱

參照

SPFieldTypeDefinition class

SPFieldTypeDefinition members

Microsoft.SharePoint namespace