Share via


SignatureLine.AllowComments Property

Definition

User-specified Comments Flag

Represents the following attribute in the schema: allowcomments

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

Property Value

Returns EnumValue<T>.

Attributes

Applies to