DataValidation.ErrorTitle Property

Definition

errorTitle

Represents the following attribute in the schema: errorTitle

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

Property Value

Returns StringValue.

Attributes

Applies to