SurveyQuestion.Type property
Namespace: DocumentFormat.OpenXml.Office15.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of QuestionType)
Get
Set
'Usage
Dim instance As SurveyQuestion
Dim value As EnumValue(Of QuestionType)
value = instance.Type
instance.Type = value
[SchemaAttrAttribute(, "type")]
public EnumValue<QuestionType> Type { get; set; }
Property value
Type: DocumentFormat.OpenXml.EnumValue<QuestionType>