Share via


SurveyQuestion.Required Property

Definition

required, this property is only available in Office 2013 and later.

Represents the following attribute in the schema: required

[DocumentFormat.OpenXml.SchemaAttr(0, "required")]
public DocumentFormat.OpenXml.BooleanValue Required { get; set; }
public DocumentFormat.OpenXml.BooleanValue Required { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "required")]
public DocumentFormat.OpenXml.BooleanValue? Required { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("required")]
public DocumentFormat.OpenXml.BooleanValue? Required { get; set; }
public DocumentFormat.OpenXml.BooleanValue? Required { get; set; }
member this.Required : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "required")>]
member this.Required : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("required")>]
member this.Required : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property Required As BooleanValue

Property Value

Attributes

Applies to