Share via


SignatureLine.AdditionalXml Property

Definition

Additional Signature Information

Represents the following attribute in the schema: addlxml

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

Property Value

Returns StringValue.

Attributes

Applies to