DataValidation.Error Property

Definition

error

Represents the following attribute in the schema: error

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

Property Value

Returns StringValue.

Attributes

Applies to