SPFieldTypeDefinition.ShowOnSurveyCreate Property
Gets a Boolean value that indicates whether the field type is displayed as an option on the New Question page for surveys.
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 if the field type is displayed as an option on the New Question page; otherwise, false.